forked from Strider-CD/strider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
146 lines (146 loc) · 4.36 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "strider",
"version": "1.6.0-pre.2",
"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"
},
"browser": {
"bootstrap": "./bower_components/bootstrap/docs/assets/js/bootstrap.js",
"sortable": "./bower_components/Sortable/Sortable.js",
"bootbox": "./bower_components/bootbox/bootbox.js",
"codemirror": "./bower_components/codemirror/lib/codemirror.js",
"codemirror-shell": "./bower_components/codemirror/mode/shell/shell.js",
"timeago": "./bower_components/jquery-timeago/jquery.timeago.js",
"ui-codemirror": "./public/libs/ui-codemirror.js",
"ui-bootstrap": "./public/libs/ui-bootstrap.js",
"ui-sortable": "./public/libs/ui-sortable.js"
},
"browserify-shim": "./shim.js",
"browserify": {
"transform": [
"browserify-shim"
]
},
"scripts": {
"test": "make test",
"start": "bin/strider",
"dev": "npm run build-debug && bin/strider",
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
},
"postinstall": "bower install --config.interactive=false --allow-root && npm run build",
"pre": "mkdirp dist/scripts dist/styles",
"styles": "lessc client/styles/strider.less > dist/styles/styles.css",
"styles-debug": "lessc --source-map client/styles/strider.less dist/styles/styles.css",
"watch": "npm run pre && watchify -e client/app.js -o dist/scripts/app.js",
"build": "npm run pre && npm run styles && browserify -e client/app.js -o dist/scripts/app.js",
"build-debug": "npm run pre && npm run styles-debug && browserify -d -e client/app.js -o dist/scripts/app.js",
"unitcov": "istanbul cover _mocha --recursive test/unit",
"unitdev": "mocha -w --recursive test/unit -R min"
},
"dependencies": {
"MD5": "^1.2.1",
"angular": "1.2.23",
"angular-route": "1.2.17-build.163.1",
"angular-sanitize": "1.2.27",
"ansiparse": "0.0.5-1",
"async": "~0.9.0",
"bcrypt": "~0.8.0",
"bluebird": "^2.3.2",
"cli-table": "^0.3.0",
"connect": "~2.17.3",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.4.1",
"connect-slashes": "0.0.11",
"consolidate": "0.10.0",
"cookie": "0.0.5",
"cors": "~2.5.2",
"eventemitter2": "0.4.14",
"everypaas": "0.0.x",
"express": "~3.4.5",
"express-namespace": "~0.1.1",
"extend": "^1.3.0",
"gravatar": "~1.1.0",
"httpcheck": "0.0.1",
"jade": "~0.35.0",
"jquery": "^1.11.1",
"lodash": "~2.4.1",
"loggly": "~0.3.11",
"mailer": "~0.6.7",
"moment": "~2.8.3",
"mongoose": "~3.8.17",
"nodemailer": "~0.6.5",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"pw": "0.0.4",
"rc": "~0.5.1",
"request": "~2.49.0",
"semver": "^4.1.0",
"socket.io": "~1.2.1",
"socket.io-client": "^1.0.6",
"ssh-keypair": "^1.0.1",
"step": "0.0.5",
"strider-bitbucket": "~1.0.3",
"strider-build-badge": "~0",
"strider-cli": "~1.4.0",
"strider-custom": "~0.5.3",
"strider-email-notifier": "~0.4.2",
"strider-env": "~0.4.4",
"strider-extension-loader": "~0.4.3",
"strider-git": "~0.2.0",
"strider-github": "~1.3.0",
"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": "~2.0.0",
"strider-ssh-deploy": "^0.4.0",
"stylus": "~0.49.1",
"superagent": "~0.21.0",
"swig": "~0.14.0",
"thirty-two": "0.0.2",
"validator": "~3.22.1",
"winston": "^0.8.0"
},
"devDependencies": {
"blanket": "~1.1.5",
"bower": "^1.3.12",
"browserify": "^6.3.3",
"browserify-shim": "^3.8.0",
"chai": "~1.9.2",
"chai-as-promised": "~4.1.0",
"commander": ">=0.5.2",
"expect.js": "~0.3.1",
"jshint": "~2.5.6",
"less": "~1.7.5",
"mkdirp": "^0.5.0",
"mocha": "~1.21.4",
"mocha-as-promised": "~2.0.0",
"should": "~2.1.0",
"sinon": "^1.10.3",
"watchify": "^0.10.2",
"wd": "~0.3.8"
}
}