-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.16 KB
/
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
48
49
50
{
"name": "grenache-nodejs-zmq",
"version": "0.0.3",
"private": false,
"description": "Granache Grape",
"author": "prdn <[email protected]> (https://bitfinex.com/)",
"keywords": [
"grenache",
"kademlia",
"nodejs",
"micro-services"
],
"dependencies": {
"async": "~2.0.1",
"debug": "~2.2.0",
"grenache-nodejs-base": "git+https://github.com/bitfinexcom/grenache-nodejs-base.git",
"lodash": "~4.13.1",
"uuid": "~2.0.1",
"underscore.string": "~3.3.4",
"zmq": "~2.15.3"
},
"engine": {
"node": ">=6.0"
},
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"devDependencies": {
"chai": "~3.2.0",
"mocha": "~2.2.5"
},
"scripts": {
"test": "make test",
"lint": "eslint --config .eslintrc --fix index.js lib/ test/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bitfinexcom/grenache-nodejs-zmq.git"
},
"bugs": {
"url": "https://github.com/bitfinexcom/grenache-nodejs-zmq/issues"
},
"homepage": "https://github.com/bitfinexcom/grenache-nodejs-zmq",
"optionalDependencies": {
"eslint": "~1.6.0"
}
}