UNPKG

1.06 kBJSONView Raw
1{
2 "name": "shipit-deploy",
3 "version": "1.3.0",
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 "scripts": {
10 "test": "mocha --recursive"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/shipitjs/shipit-deploy.git"
15 },
16 "keywords": [
17 "shipit",
18 "deploy",
19 "task"
20 ],
21 "author": "Greg Bergé <berge.greg@gmail.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/shipitjs/shipit-deploy/issues"
25 },
26 "homepage": "https://github.com/shipitjs/shipit-deploy",
27 "devDependencies": {
28 "chai": "^2.1.2",
29 "mocha": "^2.1.0",
30 "rewire": "^2.1.4",
31 "shipit": "^0.1.16",
32 "shipit-cli": "^1.0.0",
33 "sinon": "^1.12.2",
34 "sinon-as-promised": "^2.0.3",
35 "sinon-chai": "^2.7.0"
36 },
37 "dependencies": {
38 "bluebird": "^2.9.1",
39 "chalk": "^1.0.0",
40 "lodash": "^3.0.0",
41 "mkdirp": "^0.5.0",
42 "moment": "^2.9.0",
43 "path2": "^0.1.0",
44 "shipit-utils": "^1.1.3"
45 }
46}