forked from Strider-CD/strider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.82 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
{
"name": "strider",
"version": "1.4.0pre",
"dependencies": {
"ansiparse": "0.0.5-1",
"stylus": "~0.37.0",
"jade": "~0.35.0",
"mongoose": "~3.6.10",
"passport-github": "~0.1.4",
"consolidate": "0.8.0",
"bcrypt": "~0.7.7",
"connect-mongo": "~0.3.3",
"request": "~2.27.0",
"async": "~0.2.9",
"underscore": "~1.5.2",
"step": "0.0.5",
"loggly": "~0.3.11",
"mailer": "~0.6.7",
"moment": "~2.1.0",
"validator": "~1.5.1",
"winston": "0.5.11",
"nodemailer": "~0.5.2",
"nomnom": "1.6.x",
"strider-extension-loader": "~0.3.1",
"everypaas": "0.0.x",
"strider-env": "~0.3.1",
"pw": "0.0.4",
"strider-sauce": "~0.5.0",
"strider-custom": "~0.4.1",
"strider-node": "~0.2.4",
"connect": "~2.7.3",
"express": "~3.4.0",
"swig": "git+https://github.com/peterbraden/swig",
"cookie": "0.0.5",
"socket.io": "~0.9.13",
"strider-simple-runner": "~0.10.0",
"lodash": "~1.3.1",
"eventemitter2": "0.4.13",
"strider-python": "~0.1.0",
"passport-local": "~0.1.6",
"passport": "~0.1.17"
},
"devDependencies": {
"mocha": "~1.12.0",
"mock-request": ">=0.1.2",
"sandboxed-module": ">=0.1.2",
"should": "~1.2.2",
"sinon": "~1.7.0",
"commander": ">=0.5.2",
"chai": "~1.7.2",
"jshint": "~2.1.4",
"less": "~1.4.2"
},
"scripts": {
"test": "make test",
"start": "bin/strider"
},
"bin": {
"strider": "bin/strider"
},
"main": "main.js",
"description": "Brilliant continuous deployment platform",
"keywords": [
"strider",
"continuous integration",
"continuous deployment",
"testing",
"deployment"
],
"engines": {
"node": "> 0.8.x",
"npm": "> 1.1.x"
},
"repository": {
"type": "git",
"url": "git://github.com/Strider-CD/strider.git"
}
}