-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
60 lines (60 loc) · 1.65 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": "review.ninja",
"version": "0.0.1-100",
"domains": [
"review.ninja",
"www.review.ninja"
],
"subdomain": "dtornow-reviewninja",
"dependencies": {
"array-sugar": "^0.2.4",
"async": "^0.9.0",
"body-parser": "^1.2.0",
"colors": "^0.6.2",
"cookie-parser": "^1.1.0",
"cookie-session": "^1.0.2",
"express": "^4.3.1",
"express-session": "^1.2.0",
"github": "^0.2.0",
"glob": "^4.0.0",
"loggly": "^1.0.4",
"mailchimp": "^1.1.0",
"merge": "^1.1.3",
"mongoose": "^3.8.11",
"passport": "^0.2.0",
"passport-github": "^0.1.5",
"redis": "^0.10.3",
"rollbar": "^0.3.8"
},
"devDependencies": {
"bower": "^1.3.3",
"grunt": "0.4.1",
"grunt-cli": "0.1.9",
"grunt-contrib-jshint": "0.6.3",
"grunt-jsdox": "0.1.5",
"grunt-karma": "^0.8.3",
"grunt-mocha-test": "^0.10.2",
"grunt-http": "1.4.0",
"jshint.ninja": "git+https://[email protected]/dtornow/jshint.ninja.git",
"karma": "^0.12.16",
"karma-mocha": "^0.1.3",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "0.1.4",
"karma-reviewninja-reporter": "git+https://[email protected]/reviewninja/karma-reviewninja-reporter.git",
"mkdirp": "0.5.0",
"mocha": "^1.19.0",
"mocha.ninja": "git+https://[email protected]/dtornow/mocha.ninja.git",
"should": "^3.3.1",
"sinon": "^1.10.2",
"supertest": "0.13.0",
"trace.ninja": "git+https://[email protected]/dtornow/trace.ninja.git",
"zombie": "^2.0.0-alpha31"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node app.js",
"test": "grunt --gruntfile Gruntfile.travis.js --verbose"
}
}