-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1023 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
37
38
39
40
{
"name": "npmjs-download-stats",
"version": "0.0.2",
"description": "Simple collection/visualization service for npmjs download statistics",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibm-cds-labs/npmjs-download-stats.git"
},
"author": "ptitzler@us.ibm.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ibm-cds-labs/npmjs-download-stats/issues"
},
"dependencies": {
"async": "^2.1.4",
"body-parser": "^1.15.2",
"cachemachine": "^1.7.0",
"cfenv": "^1.0.3",
"cloudant": "^1.6.2",
"debug": "^2.3.3",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"lodash": "^4.17.2",
"path": "^0.12.7",
"rest-facade": "^1.4.1",
"simple-data-vis": "^0.2.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.12.0",
"jshint": "2.8.0",
"grunt-jscs": "2.8.0"
}
}