forked from shipitjs/shipit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.11 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
{
"name": "shipit-cli",
"version": "1.2.0",
"description": "Universal automation and deployment tool written in JavaScript.",
"main": "index.js",
"keywords": [
"shipit",
"automation",
"deployment",
"deploy",
"ssh"
],
"dependencies": {
"bluebird": "^2.9.1",
"chalk": "^0.5.1",
"interpret": "^0.4.2",
"liftoff": "^2.0.0",
"lodash": "^3.0.0",
"minimist": "^1.1.0",
"orchestrator": "^0.3.7",
"pretty-hrtime": "^1.0.0",
"ssh-pool": "^1.0.0",
"stream-line-wrapper": "^0.1.1",
"v8flags": "^2.0.2"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0",
"mock-utf8-stream": "^0.1.1",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0"
},
"scripts": {
"test": "mocha && ./bin/shipit staging test"
},
"bin": {
"shipit": "./bin/shipit"
},
"repository": {
"type": "git",
"url": "https://github.com/shipitjs/shipit.git"
},
"author": "Greg Bergé <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shipitjs/shipit/issues"
},
"homepage": "https://github.com/shipitjs/shipit"
}