forked from nevill/zongji
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 891 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
{
"name": "zongji",
"version": "0.4.7",
"description": "A mysql binlog listener running on Node.js",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "nodeunit --reporter=minimal test",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/nevill/zongji"
},
"keywords": [
"mysql",
"binlog"
],
"author": "Nevill <[email protected]>",
"contributors": [
"numtel <[email protected]> (https://github.com/numtel)",
"rfanth <[email protected]> (https://github.com/rfanth)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nevill/zongji/issues"
},
"homepage": "https://github.com/nevill/zongji",
"devDependencies": {
"eslint": "2.13.1",
"nodeunit": "~0.9.1"
},
"dependencies": {
"iconv-lite": "^0.4.13",
"mysql": "2.15.0"
}
}