UNPKG

1.13 kBJSONView Raw
1{
2 "name": "shipit-cli",
3 "version": "3.0.0",
4 "description": "Universal automation and deployment tool written in JavaScript.",
5 "main": "index.js",
6 "keywords": [
7 "shipit",
8 "automation",
9 "deployment",
10 "deploy",
11 "ssh"
12 ],
13 "dependencies": {
14 "bluebird": "^3.3.4",
15 "chalk": "^1.0.0",
16 "interpret": "^1.0.0",
17 "liftoff": "^2.0.0",
18 "lodash": "^4.6.1",
19 "minimist": "^1.1.0",
20 "orchestrator": "^0.3.7",
21 "pretty-hrtime": "^1.0.0",
22 "ssh-pool": "^1.0.0",
23 "stream-line-wrapper": "^0.1.1",
24 "v8flags": "^2.0.2"
25 },
26 "devDependencies": {
27 "chai": "^3.0.0",
28 "mocha": "^2.1.0",
29 "mock-utf8-stream": "^0.1.1",
30 "sinon": "^1.12.2",
31 "sinon-chai": "^2.6.0"
32 },
33 "scripts": {
34 "test": "mocha && ./bin/shipit staging test"
35 },
36 "bin": {
37 "shipit": "./bin/shipit"
38 },
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/shipitjs/shipit.git"
42 },
43 "author": "Greg Bergé <berge.greg@gmail.com>",
44 "license": "MIT",
45 "bugs": {
46 "url": "https://github.com/shipitjs/shipit/issues"
47 },
48 "homepage": "https://github.com/shipitjs/shipit"
49}