forked from spencerlambert/zongji
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 794 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
{
"name": "zongji",
"version": "0.3.2",
"description": "A mysql binlog listener running on Node.js",
"main": "index.js",
"engines": {
"node": "0.10"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "nodeunit --reporter=minimal test"
},
"repository": {
"type": "git",
"url": "https://github.com/nevill/zongji"
},
"keywords": [
"mysql",
"binlog"
],
"author": "Nevill <[email protected]>",
"contributors": [
"numtel <[email protected]> (https://github.com/numtel)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nevill/zongji/issues"
},
"homepage": "https://github.com/nevill/zongji",
"devDependencies": {
"nodeunit": "~0.9.0"
},
"dependencies": {
"mysql": "~2.5.5"
}
}