-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "grump",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "DEBUG=grump:* nodemon ./server/bin/www",
"test": "grunt test",
"testserver": "DEBUG=grump:* node ./server/bin/www & sleep 1; ./node_modules/.bin/mocha -R nyan specs/server/*.js; pkill -n node;"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"github": "^0.2.4",
"grunt": "^0.4.5",
"jade": "~1.11.0",
"mongodb": "^2.0.43",
"mongoose": "^4.1.8",
"mongoose-ttl": "0.0.3",
"morgan": "~1.6.1",
"request": "^2.64.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"bower": "^1.5.3",
"chai": "^3.3.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-karma": "^0.12.1",
"grunt-mocha": "^0.4.13",
"grunt-mocha-test": "^0.12.7",
"grunt-shell": "^1.1.2",
"jshint-stylish": "^0.2.0",
"karma": "^0.13.10",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.1.5",
"karma-mocha": "^0.1.4",
"karma-mocha-reporter": "^1.1.1",
"karma-nested-reporter": "^0.1.1",
"karma-nyan-reporter": "0.0.43",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.1.0",
"karma-spec-reporter": "0.0.20",
"karma-unicorn-reporter": "^0.1.4",
"mocha": "^1.20.1",
"request": "^2.64.0",
"sinon": "^1.17.1",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0",
"supertest": "^1.1.0",
"when": "^3.7.3"
}
}