-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 958 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
41
42
43
44
45
46
47
{
"name": "xpush-harvester",
"description": "log collector for XPUSH",
"version": "0.1.0",
"contributors": [
{
"name": "John Kim",
"email": "[email protected]"
},
{
"name": "Notdol",
"email": "[email protected]"
},
{
"name": "James Jung",
"email": "[email protected]"
},
{
"name": "John Ko",
"email": "[email protected]"
}
],
"main": "./lib/xpush.js",
"dependencies": {
"bluebird": "^3.3.3",
"influx": ">==3.x",
"node-zookeeper-client": "^0.2.2",
"optimist": "^0.6.1",
"socket.io-client": "^1.4.5"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/xpush/node-xpush-harvester"
},
"bin": {
"xpush-harvester": "./bin/xpush-harvester"
},
"license": "MIT",
"scripts": {
"test": "node test"
},
"homepage": "http://xpush.github.io",
"engines": {
"node": ">= 0.12.0"
}
}