-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 872 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 872 Bytes
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": "broker-node",
"version": "0.0.11",
"description": "broker",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/CapitalGene/broker.node.git"
},
"author": "Chen Liang <code@chen.technology>",
"license": "MIT",
"bugs": {
"url": "https://github.com/CapitalGene/broker.node/issues"
},
"homepage": "https://github.com/CapitalGene/broker.node",
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.0.0",
"chai-things": "^0.2.0",
"mocha": "^3.0.2",
"sinon": "^1.12.2",
"sinon-chai": "^2.5.0"
},
"dependencies": {
"amqp-node": "^0.3.3",
"bluebird": ">=2.6.2",
"debug": ">=2.1.1",
"generic-pool": "^2.1.1",
"lodash": "^3.5.0",
"node-uuid": "^1.4.2"
}
}