forked from withkiki/review.ninja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 3.23 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "ReviewNinja",
"author": "ReviewNinja <[email protected]> (https://github.com/reviewninja)",
"version": "1.2.0",
"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]>",
"Ruiz, Gabriel <[email protected]>",
"Schwarz-Fritz, Fabian <[email protected]>",
"Tornow, Dominik <[email protected]>",
"Xiong, Jie <[email protected]>"
],
"dependencies": {
"array-sugar": "^1.2.1",
"async": "^1.4.2",
"body-parser": "^1.12.2",
"bower": "^1.3.12",
"colors": "^1.0.3",
"cookie-parser": "^1.3.4",
"cookie-session": "^1.2.0",
"ejs": "^2.3.1",
"express": "^4.12.3",
"express-session": "^1.10.4",
"extend": "^3.0.0",
"github": "git+https://github.com/reviewninja/node-github.git",
"glob": "^5.0.3",
"less-middleware": "^2.0.1",
"merge": "^1.2.0",
"minimatch": "^2.0.4",
"mongodb-migrations": "^0.5.0",
"mongodb-uri": "^0.9.7",
"mongoose": "^4.3.1",
"nodemailer": "^1.3.2",
"nodemailer-sendmail-transport": "^1.0.0",
"nodemailer-smtp-transport": "^1.0.2",
"parse-diff": "git+https://github.com/reviewninja/parse-diff.git",
"passport": "^0.3.2",
"passport-github": "^1.0.0",
"passport-slack": "git+https://github.com/dfarr/passport-slack.git",
"request": "^2.53.0",
"socket.io": "^1.3.5",
"tunnel": "0.0.4",
"underscore": "^1.8.3",
"x-frame-options": "^1.0.0"
},
"devDependencies": {
"browser-sync": "^2.3.1",
"gulp": "^3.8.11",
"gulp-coveralls": "^0.1.3",
"gulp-eslint": "1.0.0",
"gulp-filesize": "0.0.6",
"gulp-istanbul": "^0.10.0",
"gulp-karma": "0.0.4",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "^2.0.3",
"gulp-recess": "^1.1.2",
"gulp-watch": "^4.2.0",
"karma": "^0.13.9",
"karma-coverage": "^0.5.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon": "^1.0.4",
"lcov-result-merger": "^1.0.2",
"mkdirp": "^0.5.0",
"mocha": "^2.2.1",
"multipipe": "^0.1.2",
"phantomjs": "^1.9.18",
"require-dir": "^0.3.0",
"rewire": "^2.3.1",
"run-sequence": "^1.0.2",
"should": "^7.0.4",
"sinon": "^1.14.1",
"supertest": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"engines": {
"node": "0.12.x"
},
"scripts": {
"start": "node app.js",
"test": "gulp",
"lint": "gulp lint",
"mocha": "gulp mocha",
"karma": "gulp karma",
"postinstall": "bower install --allow-root"
}
}