UNPKG

1.12 kBJSONView Raw
1{
2 "name": "shipit-deploy",
3 "version": "2.1.2",
4 "description": "Set of deployment tasks for Shipit based on git and rsync commands. ",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "files": [
10 "index.js",
11 "tasks",
12 "lib"
13 ],
14 "scripts": {
15 "test": "mocha --recursive"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/shipitjs/shipit-deploy.git"
20 },
21 "keywords": [
22 "shipit",
23 "deploy",
24 "task"
25 ],
26 "author": "Greg Bergé <berge.greg@gmail.com>",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/shipitjs/shipit-deploy/issues"
30 },
31 "homepage": "https://github.com/shipitjs/shipit-deploy",
32 "devDependencies": {
33 "bluebird": "^3.0.6",
34 "chai": "^3.4.1",
35 "mocha": "^2.1.0",
36 "rewire": "^2.1.4",
37 "shipit-cli": "^1.4.1",
38 "sinon": "^1.12.2",
39 "sinon-as-promised": "^4.0.0",
40 "sinon-chai": "^2.7.0"
41 },
42 "dependencies": {
43 "bluebird": "^2.9.1",
44 "chalk": "^1.0.0",
45 "lodash": "^3.0.0",
46 "mkdirp": "^0.5.0",
47 "moment": "^2.9.0",
48 "path2": "^0.1.0",
49 "shipit-utils": "^1.1.3"
50 }
51}