forked from vasili-zolotov/strider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.46 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "strider",
"version": "1.4.4pre",
"dependencies": {
"ansiparse": "0.0.5-1",
"stylus": "~0.37.0",
"jade": "~0.35.0",
"mongoose": "~3.6.10",
"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",
"everypaas": "0.0.x",
"pw": "0.0.4",
"strider-extension-loader": "~0.4.1",
"strider-simple-runner": "~0.11.3",
"strider-env": "~0.4.0",
"strider-python": "~0.2.0",
"strider-custom": "~0.5.0",
"strider-sauce": "~0.6.0",
"strider-node": "~0.3.0",
"strider-webhooks": "~0.1.0",
"strider-heroku": "~0.1.0",
"strider-bitbucket": "~1.0.0",
"strider-github": "~1.0.0",
"strider-git": "~0.1.0",
"strider-mailer": "~0",
"strider-email-notifier": "~0",
"strider-build-badge": "~0",
"strider-ruby": "~0.0.1",
"connect": "~2.7.3",
"express": "~3.4.5",
"swig": "~0.14.0",
"cookie": "0.0.5",
"socket.io": "~0.9.16",
"lodash": "~1.3.1",
"eventemitter2": "0.4.13",
"passport-local": "~0.1.6",
"passport": "~0.1.17",
"express-namespace": "~0.1.1",
"express-forgot-password": "~0.4.1",
"rc": "~0.3.1",
"ssh-keypair": "~1.0.0",
"gravatar": "~1.0.6",
"connect-slashes": "0.0.11",
"httpcheck": "0.0.1",
"connect-flash": "~0.1.1",
"superagent": "~0.15.4",
"cors": "~2.1.0"
},
"devDependencies": {
"mocha": "~1.14.0",
"wd": "~0.2.0",
"commander": ">=0.5.2",
"chai": "~1.8.1",
"jshint": "~2.3.0",
"less": "~1.5.0",
"expect.js": "~0.2.0",
"blanket": "~1.1.5",
"should": "~2.1.0",
"chai-as-promised": "~4.1.0",
"mocha-as-promised": "~2.0.0"
},
"scripts": {
"test": "make test",
"start": "bin/strider",
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
}
},
"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"
}
}