forked from withkiki/review.ninja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.61 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "review.ninja",
"author": "ReviewNinja <[email protected]> (https://github.com/reviewninja)",
"version": "0.0.1",
"homepage": "http://review.ninja",
"description": "ReviewNinja, merge with confidence",
"keywords": [
"code review",
"github"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/reviewninja/review.ninja"
},
"bugs": "https://github.com/reviewninja/review.ninja/issues",
"contributors": [
"Agarwal, Aayushya <[email protected]>",
"Boeser, Benjamin <[email protected]>",
"Branczyk, Frederic <[email protected]>",
"Chen, Mei <[email protected]>",
"Farr, David <[email protected]>",
"Huang, Chelsea <[email protected]>",
"Kunzmann, Michael <[email protected]>",
"Reynard, Rachel <[email protected]>",
"Tornow, Dominik <[email protected]>",
"Xiong, Jie <[email protected]>"
],
"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": "git+https://github.com/reviewninja/node-github.git",
"glob": "^4.0.0",
"merge": "^1.1.3",
"mongoose": "^3.8.11",
"node-sass": "^0.9.3",
"nodemailer": "^1.2.1",
"nodemailer-sendmail-transport": "^1.0.0",
"nodemailer-smtp-transport": "^0.1.12",
"parse-diff": "git+https://github.com/reviewninja/parse-diff.git",
"passport": "^0.2.0",
"passport-github": "^0.1.5",
"request": "^2.37.0",
"socket.io": "^1.0.6",
"valid-url": "^1.0.9"
},
"devDependencies": {
"bower": "^1.3.3",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.10.0",
"grunt-coveralls": "1.0.0",
"grunt-eslint": "1.0.0",
"grunt-http": "1.4.0",
"grunt-karma": "^0.8.3",
"grunt-mocha-istanbul": "^2.0.0",
"grunt-mocha-test": "^0.11.0",
"grunt-scss-lint": "^0.3.3",
"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",
"load-grunt-tasks": "^0.6.0",
"mkdirp": "0.5.0",
"mocha": "^1.19.0",
"should": "^4.0.4",
"sinon": "^1.10.2",
"supertest": "0.13.0",
"trace.ninja": "git+https://[email protected]/dtornow/trace.ninja.git"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node app.js",
"test": "grunt --verbose"
}
}