-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
53 lines (53 loc) · 1.28 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
50
51
52
53
{
"name": "screeps-statsd",
"description": "screeps stats in graphite :3",
"version": "0.9.13",
"homepage": "https://github.com/screepers/screeps-grafana",
"author": {
"name": "Bryan Conrad",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/screepers/screeps-grafana.git"
},
"bugs": {
"url": "https://github.com/screepers/screeps-grafana/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/screepers/screeps-grafana/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test",
"start": "coffee index.coffee"
},
"devDependencies": {
"coffee-script": "~1.7.0",
"grunt": "~0.4.2",
"grunt-codo": "~0.1.0",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-uglify": "~0.3.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-cli": "~1.5.0",
"load-grunt-tasks": "~0.3.0",
"node-statsd": "^0.1.1",
"request-debug": "^0.2.0",
"should": "~3.1.0"
},
"keywords": [],
"dependencies": {
"coffee": "^3.0.3",
"node-statsd": "^0.1.1",
"request-promise": "^2.0.0",
"sleep": "^3.0.0"
}
}