-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.22 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
{
"name": "nsq-logger",
"version": "2.2.1",
"description": "A nsq reader factory to handle readers multiple topics based on the `nsq-topics` module",
"keywords": [],
"homepage": "https://github.com/mpneuried/nsq-logger",
"bugs": "https://github.com/mpneuried/nsq-logger/issues",
"author": {
"name": "mpneuried",
"email": "",
"url": "https://github.com/nsq-logger"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/mpneuried/nsq-logger.git"
},
"scripts": {
"test": "grunt test",
"build": "grunt build",
"grunt": "grunt",
"nsqlookupd": "nsqlookupd",
"postversion": "git push origin; git push --tags"
},
"engines": {
"node": ">=5"
},
"license": "MIT",
"dependencies": {
"extend": "^3.0.2",
"lodash": "^4.17.11",
"mpbasic": "0.0.x",
"nsq-topics": "1.1.0",
"async": "^2.6.2",
"nsqjs": "0.12.x"
},
"devDependencies": {
"grunt": "1.x",
"grunt-banner": "0.6.x",
"grunt-contrib-clean": "^2.0",
"grunt-contrib-coffee": "1.x",
"grunt-contrib-watch": "1.x",
"grunt-include-replace": "5.x",
"grunt-mocha-cli": "4.x",
"hyperrequest": "^0.1.4",
"randoms": "0.0.x",
"should": "13.x"
}
}