-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1010 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1010 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
39
40
41
42
43
{
"name": "polld",
"description": "Polling daemon for StatsD",
"version": "0.1.5",
"homepage": "https://github.com/ainsleyc/polld.git",
"bugs": "https://github.com/ainsleyc/polld/issues",
"license": "MIT",
"author": {
"name": "Ainsley Chong",
"email": "Ainsley.Chong@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ainsleyc/polld"
},
"keywords":[],
"bin": {
"polld": "bin/polld"
},
"preferGlobal": true,
"dependencies": {
"lodash": "3.9.3",
"debug": "2.2.0",
"commander": "2.8.1",
"validate.js": "0.7.1",
"request": "2.57.0",
"node-statsd": "0.1.1",
"async": "1.0.0",
"coffee-script": "1.9.3"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-jscs": "^1.1.2",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^1.1.0",
"coveralls": "^2.11.1",
"should": "^4.0.4",
"jshint-stylish": "^0.4.0",
"gulp-load-plugins": "^0.6.0",
"gulp-plumber": "^0.6.5",
"sinon": "1.14.1"
}
}