forked from Strider-CD/strider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 2.78 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
103
104
105
106
107
108
109
110
{
"name": "strider",
"version": "1.5.0",
"dependencies": {
"ansiparse": "0.0.5-1",
"async": "~0.9.0",
"bcrypt": "~0.8.0",
"bluebird": "^2.3.2",
"connect": "~2.17.3",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.4.1",
"connect-slashes": "0.0.11",
"consolidate": "0.8.0",
"cookie": "0.0.5",
"cors": "~2.1.0",
"eventemitter2": "0.4.13",
"everypaas": "0.0.x",
"express": "~3.4.5",
"express-namespace": "~0.1.1",
"extend": "^1.3.0",
"gravatar": "~1.0.6",
"httpcheck": "0.0.1",
"jade": "~0.35.0",
"lodash": "~1.3.1",
"loggly": "~0.3.11",
"mailer": "~0.6.7",
"moment": "~2.1.0",
"mongoose": "~3.6.10",
"nodemailer": "~0.6.5",
"nomnom": "1.6.x",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"pw": "0.0.4",
"rc": "~0.4.0",
"request": "~2.36.0",
"socket.io": "~0.9.16",
"ssh-keypair": "git+https://github.com/jaredly/ssh-keypair",
"step": "0.0.5",
"strider-bitbucket": "~1.0.3",
"strider-build-badge": "~0",
"strider-custom": "~0.5.3",
"strider-email-notifier": "~0.4.0",
"strider-env": "~0.4.4",
"strider-extension-loader": "~0.4.3",
"strider-git": "~0.2.0",
"strider-github": "~1.2.2",
"strider-gitlab": "^1.0.1",
"strider-heroku": "~0.1.1",
"strider-mailer": "~0.2.0",
"strider-metadata": "~0.0.1",
"strider-node": "~0.3.5",
"strider-python": "~0.2.1",
"strider-ruby": "~0.0.2",
"strider-simple-runner": "~0.13.1",
"strider-slack": "~1.0.2",
"strider-ssh-deploy": "^0.3.4",
"stylus": "~0.45.1",
"superagent": "~0.18.0",
"swig": "~0.14.0",
"thirty-two": "0.0.2",
"validator": "~1.5.1",
"winston": "0.5.11"
},
"devDependencies": {
"blanket": "~1.1.5",
"chai": "~1.8.1",
"chai-as-promised": "~4.1.0",
"commander": ">=0.5.2",
"expect.js": "~0.2.0",
"jshint": "~2.3.0",
"less": "~1.5.0",
"mkdirp": "^0.5.0",
"mocha": "~1.20.1",
"mocha-as-promised": "~2.0.0",
"should": "~2.1.0",
"sinon": "^1.10.3",
"wd": "~0.2.0"
},
"scripts": {
"test": "make test",
"start": "bin/strider",
"setup": "nodejs bin/strider addUser",
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
},
"unitcov": "istanbul cover _mocha --recursive test/unit",
"unitdev": "mocha -w --recursive test/unit -R min"
},
"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"
}
}