forked from withkiki/review.ninja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.13 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "review.ninja",
"version": "0.0.1",
"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",
"ejs": "1.0.0",
"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",
"nodemailer": "0.7.0",
"parse-diff": "git+https://github.com/reviewninja/parse-diff.git",
"passport": "^0.2.0",
"passport-github": "^0.1.5",
"redis": "^0.10.3",
"request": "^2.37.0",
"rollbar": "^0.3.8",
"socket.io": "^1.0.6",
"universal-analytics": "0.3.4",
"valid-url": "^1.0.9"
},
"devDependencies": {
"bower": "^1.3.3",
"grunt": "0.4.2",
"grunt-cli": "0.1.9",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-jshint": "0.6.3",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^0.3.0",
"grunt-http": "1.4.0",
"grunt-karma": "^0.8.3",
"grunt-mocha-istanbul": "^1.5.0",
"grunt-mocha-test": "^0.10.2",
"grunt-nodemon": "^0.3.0",
"jshint.ninja": "git+https://git@github.com/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://git@github.com/reviewninja/karma-reviewninja-reporter.git",
"mkdirp": "0.5.0",
"mocha": "^1.19.0",
"mocha.ninja": "git+https://git@github.com/dtornow/mocha.ninja.git",
"reviewninja-coverage-reporter": "git+https://git@github.com/reviewninja/reviewninja-coverage-reporter.git",
"should": "^3.3.1",
"sinon": "^1.10.2",
"supertest": "0.13.0",
"trace.ninja": "git+https://git@github.com/dtornow/trace.ninja.git",
"zombie": "^2.0.0-alpha31"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node app.js",
"test": "grunt --verbose"
}
}