forked from mpmedia/avow-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 914 Bytes
/
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
{
"name": "avow-ci",
"version": "0.1.0",
"description": "Simple, private CI service",
"repository": {
"type": "git",
"url": "https://github.com/Fluidbyte/avow-ci.git"
},
"dependencies": {
"express": "~3.4.8",
"connect-multiparty": "~1.0.3",
"express-slash": "~1.0.0",
"socket.io": "~0.9.16",
"nedb": "~0.10.2",
"cli-color": "~0.2.3",
"password-hash": "~1.2.1",
"gift": "~0.3.0",
"async": "~0.2.10",
"fs-extra": "~0.8.1",
"ansi_up": "~1.0.0",
"mongoskin": "~0.6.1",
"nodemailer": "~0.5.0"
},
"devDependencies": {
"bower": "~1.3.1",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.6.4",
"grunt-jsbeautifier": "~0.2.0",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-watch": "~0.5.1"
},
"scripts": {
"post_install": "grunt",
"prod": "NODE_ENV=production node index.js"
}
}