forked from guywmartin/Gander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.53 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
54
55
56
57
58
59
60
{
"name": "gander",
"version": "0.1.0",
"description": "Gander - Open Source Metrics in one quick look",
"author": "Sam, Duane",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/paypal/Gander.git"
},
"main": "index.js",
"scripts": {
"test": "grunt test",
"build": "grunt build",
"all": "npm run build && npm run test",
"start": "node ./.dist/server.js"
},
"dependencies": {
"async": "^1.3.0",
"babel": "^5.8.3",
"bunyan": "^1.4.0",
"classnames": "^2.1.3",
"cron": "^1.0.9",
"express": "^4.12.2",
"github": "^0.2.4",
"kraken-js": "^1.0.3",
"less": "^1.7.5",
"leveldown": "^1.3.0",
"levelup": "^1.2.1",
"lodash-node": "^3.10.0",
"materialize-css": "^0.96.1",
"node-jsx": "^0.13.3",
"octonode": "^0.7.1",
"parse-link-header": "^0.2.0",
"react": "^0.13.3",
"react-engine": "^1.7.0",
"react-router": "^0.13.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-cli": "^0.1.13",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-less": "^0.9.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-copy-to": "0.0.10",
"grunt-eslint": "^17.2.0",
"grunt-mocha-cli": "^1.13.1",
"grunt-webpack": "^1.0.11",
"json-loader": "^0.5.2",
"jsonfile": "^2.2.1",
"mocha": "^1.18.0",
"node-libs-browser": "^0.5.2",
"supertest": "^0.9.0",
"time-grunt": "^1.2.1",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
}
}