-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathpackage.json
40 lines (40 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "mysql-events",
"version": "0.0.11",
"description": "A node.js package that watches a MySQL database and runs callbacks on matched events like updates on tables and/or specific columns.",
"homepage": "/~https://github.com/spencerlambert/mysql-events",
"keywords": [
"mysql",
"events",
"trigger",
"notify",
"watcher",
"callbacks"
],
"author": {
"name": "Spencer Lambert <spence@wisptools.com> (http://wisptools.com)"
},
"contributors": [
{
"name": "sirhanshafahath <sirhan@wisptools.com>"
}
],
"repository": {
"type": "git",
"url": "git@github.com:spencerlambert/mysql-events.git"
},
"main": "index.js",
"dependencies": {
"underscore": "1.8.3",
"zongji": "0.4.3"
},
"scripts": {
"test": ""
},
"license": "MIT",
"files": [
"index.js",
"LICENSE",
"README.md"
]
}