forked from timkelty/shipit-shared
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.09 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-shared-copy",
"version": "0.1.0",
"description": "Copy unsourced files and directories, for Docker build.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/timkelty/shipit-shared.git"
},
"keywords": [
"shipit",
"deploy",
"task"
],
"author": {
"name": "Tim Kelty",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lanvige/shipit-shared-copy/issues"
},
"homepage": "https://github.com/lanvige/shipit-shared-copy",
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.1.0",
"shipit-cli": "^1.4.1",
"sinon": "^1.12.2",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.6.0"
},
"dependencies": {
"bluebird": "^3.0.6",
"chalk": "^1.1.1",
"lodash": "^4.12.0",
"mkdirp": "^0.5.0",
"path-is-absolute": "^1.0.0",
"path2": "^0.1.0",
"shipit-deploy": "^2.1.2",
"shipit-utils": "^1.0.2",
"sprintf-js": "^1.0.2"
}
}