-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "nsq-watch",
"version": "1.0.0",
"description": "Watch one or many topics for unprocessed messages.",
"keywords": [],
"homepage": "https://github.com/mpneuried/nsq-watch",
"bugs": "https://github.com/mpneuried/nsq-watch/issues",
"author": {
"name": "mpneuried",
"email": "",
"url": "https://github.com/nsq-watch"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/mpneuried/nsq-watch.git"
},
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"engines": {
"node": ">=5"
},
"license": "MIT",
"dependencies": {
"async": "2.6.x",
"hyperrequest": "0.1.x",
"lodash": "4.x",
"mpbasic": "0.0.x",
"nsq-nodes": "1.1.x"
},
"devDependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"grunt": "1.0.x",
"grunt-contrib-clean": "^2.0",
"grunt-contrib-coffee": "1.x",
"grunt-docker": "0.0.x",
"grunt-include-replace": "5.x",
"grunt-mocha-cli": "4.x",
"grunt-contrib-watch": "1.x",
"morgan": "^1.9.1",
"nsqjs": "^0.12.0",
"should": "13.x"
}
}