-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 980 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": "rabbitmessaging",
"version": "0.1.0",
"description": "node wrapper to perform various action on rabbitmq",
"main": "index.js",
"scripts": {
"test": "mocha test",
"cover": "istanbul cover --report cobertura --report html _mocha -- -R spec",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"revision": "node -e 'console.log(require(\"./package.json\").version);'"
},
"author": "Deepak Verma",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:deepaknverma/rabbitmessaging.git"
},
"dependencies": {
"amqplib": "0.4.2",
"ip": "1.1.4",
"clone": "2.0.0",
"errs": "0.3.2",
"node-uuid": "1.4.7",
"when": "3.7.7",
"extend": "3.0.0"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.13.1",
"install": "^0.12.1",
"istanbul": "0.4.5",
"mocha": "^5.2.0",
"moment": "^2.19.3",
"nock": "^9.6.1",
"npm": "^6.4.0",
"should": "11.1.2"
}
}