-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.07 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
{
"name": "braindead-ci",
"version": "0.2.2",
"author": {
"name": "Louis Chatriot",
"email": "louis.chatriot@gmail.com"
},
"contributors": [
"Louis Chatriot"
],
"description": "Dead simple continuous integration and deployment server",
"keywords": [
"continuous integration",
"continuous deployment",
"node",
"deployment",
"simple"
],
"homepage": "https://github.com/louischatriot/braindead-ci",
"repository": {
"type": "git",
"url": "git@github.com:louischatriot/braindead-ci.git"
},
"dependencies": {
"h4e": "0.3.0",
"express": "3.0.6",
"request": "2.9.x",
"moment": "~2.0.0",
"express-group-handlers": "~0.1.1",
"rimraf": "~2.1.4",
"async": "~0.2.7",
"nedb": "0.0.6",
"underscore": "~1.4.4",
"connect-nedb-session": "0.0.2",
"commander": "~1.1.1",
"node-pbkdf2": "0.1.2"
},
"devDependencies": {
"chai": "1.0.x",
"mocha": "1.4.x",
"request": "2.9.x",
"sinon": "1.3.x"
},
"bin": {
"braindead": "./braindead"
},
"main": "braindead",
"licence": "MIT"
}