-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "github-review-bot",
"version": "1.1.0",
"description": "A github review bot",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/SavoLabs/github-review-bot"
},
"dependencies": {
"async": "^2.1.4",
"body-parser": "^1.15.2",
"connect-ensure-login": "^0.1.1",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.14.0",
"express-x-hub": "^1.0.4",
"github": "^8.1.1",
"jade": "^1.11.0",
"lodash": "^4.17.4",
"material-design-lite": "^1.1.3",
"mdi": "^1.6.50",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"promise": "^7.1.1"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jscodesniffer": "^0.1.10",
"grunt-jscs": "^3.0.1",
"istanbul": "^0.4.4",
"load-grunt-tasks": "^3.5.0",
"mocha": "^3.0.1"
},
"scripts": {
"start": "node ./bin/www",
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
"exec": "nodemon ./bin/www"
},
"author": "Savo",
"license": "MIT"
}