forked from Strider-CD/strider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.85 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.85 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
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
{
"name": "strider",
"version": "1.2.16",
"dependencies": {
"ansiparse": "0.0.5-1",
"apres": "0.0.2",
"stylus": ">= 0.0.1",
"jade": ">= 0.0.1",
"mongoose": "~3.6.10",
"passport": "0.1.16",
"passport-github": "git+https://github.com/lyatiss/passport-github.git#useragent",
"passport-local": "0.1.6",
"consolidate": "0.8.0",
"bcrypt": ">=0.5.0",
"connect-mongo": ">=0.1.7",
"request": ">=2.9.100",
"async": ">=0.1.15",
"underscore": ">=1.3.1",
"step": ">=0.0.5",
"loggly": ">=0.3.11",
"mailer": ">=0.6.7",
"moment": ">=1.6.2",
"validator": ">=0.4.2",
"winston": "==0.5.11",
"nodemailer": ">=0.3.20",
"nomnom": "1.6.x",
"strider-extension-loader": ">=0.0.13",
"everypaas": "0.0.x",
"strider-simple-worker": "git+https://github.com/Strider-CD/strider-simple-worker.git",
"strider-env": "~0.1.0",
"pw": "0.0.4",
"strider-sauce": "git+https://github.com/Strider-CD/strider-sauce.git",
"strider-python": "0.0.2",
"strider-custom": "~0.1.3",
"connect": "~2.7.3",
"express": "~3.1.0",
"swig": "git+https://github.com/peterbraden/swig",
"cookie": "0.0.5",
"socket.io": "~0.9.13"
},
"devDependencies": {
"mocha": "~1.9.0",
"mock-request": ">=0.1.2",
"sandboxed-module": ">=0.1.2",
"should": "~1.2.2",
"sinon": "~1.6.0",
"commander": ">=0.5.2"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha -R tap && node_modules/mocha/bin/mocha -R tap test/functional/test.js",
"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"
}
}