-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 849 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
{
"name": "mongodb-metrics",
"version": "0.5.5",
"description": "mongodb metrics to graphite application",
"main": "app.js",
"dependencies": {
"mongodb": "~1.3.19",
"grunt": "~0.4.1",
"graphite": "0.0.6",
"underscore": "~1.5.2"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"mocha": "~1.14.0",
"grunt-mocha-test": "~0.7.0",
"growl": "~1.7.0",
"should": "~2.0.2",
"grunt-contrib-watch": "~0.5.3",
"jshint": "~2.3.0",
"grunt-contrib-jshint": "~0.7.1",
"underscore": "~1.5.2",
"mongodb": "~1.3.20"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/torkelo/mongodb-metrics.git"
},
"author": "Torkel Ödegaard",
"license": "Free",
"bugs": {
"url": "https://github.com/torkelo/mongodb-metrics/issues"
}
}