forked from nevill/zongji
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1 KB
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
41
42
43
{
"name": "@rodrigogs/zongji",
"version": "0.4.14",
"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/rodrigogs/zongji"
},
"keywords": [
"mysql",
"binlog"
],
"author": "Nevill <nevill.dutt@gmail.com>",
"contributors": [
"numtel <ben@latenightsketches.com> (https://github.com/numtel)",
"rfanth <rfa@rfanth.com> (https://github.com/rfanth)",
"rodrigogs <rodrigo.smscom@gmail.com (https://github.com/rodrigogs)>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rodrigogs/zongji/issues"
},
"homepage": "https://github.com/rodrigogs/zongji",
"devDependencies": {
"eslint": "5.12.0",
"nodeunit": "~0.11.3"
},
"dependencies": {
"iconv-lite": "^0.4.24",
"mysql": "^2.16.0"
},
"engines": {
"node": ">=6"
}
}