forked from iFixit/pulldasher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.02 KB
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
{
"name": "pulldasher",
"private": true,
"version": "0.0.1",
"description": "Simple pull request dashboard",
"dependencies": {
"body-parser": "^1.15.1",
"debug": "2.6.1",
"ejs": "2.5.x",
"express": "4.x",
"express-partials": "0.1.1",
"express-session": "1.15.1",
"github": "iFixit/node-github#0373d45dbbd6c2548b6ed9a0092e2a029e26a3e3",
"mysql": "2.13.x",
"notify-queue": "0.0.5",
"passport": "0.3.2",
"passport-github": "1.1.0",
"promise": "5.0.x",
"socket.io": "1.7.3",
"underscore": "1.8.x",
"bower": "1.x"
},
"devDependencies": {
"grunt": "1.0.x",
"grunt-cli": "1.2.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-less": "1.4.0",
"grunt-contrib-watch": "1.0.0"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "grunt --verbose",
"postinstall" : "bower install && grunt"
},
"main": "app.js",
"repository": "git@github.com:ifixit/pulldasher.git",
"author": "iFixit",
"license": "MIT"
}