forked from shipitjs/shipit-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.14 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
{
"name": "shipit-better-deploy",
"version": "0.0.6",
"description": "Set of deployment tasks for Shipit based on git and rsync commands. [upgrade for large project]",
"main": "index.js",
"directories": {
"test": "test"
},
"files": [
"index.js",
"tasks",
"lib"
],
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/bluedapp/shipit-better-deploy.git"
},
"keywords": [
"shipit",
"deploy",
"task"
],
"author": "Jarvis [email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/bluedapp/shipit-better-deploy/issues"
},
"homepage": "https://github.com/bluedapp/shipit-better-deploy",
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.1.0",
"rewire": "^2.1.4",
"shipit-cli": "^1.4.1",
"sinon": "^1.12.2",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.7.0"
},
"dependencies": {
"bluebird": "^3.0.6",
"chalk": "^1.0.0",
"lodash": "^4.6.1",
"mkdirp": "^0.5.0",
"moment": "^2.12.0",
"path2": "^0.1.0",
"rimraf": "^2.6.2",
"shipit-utils": "^1.1.3"
}
}