-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
53 lines (53 loc) · 1.26 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
52
53
{
"name": "shipit-shared",
"version": "4.4.2",
"description": "Symlink unsourced files and directories, like Capistrano.",
"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/timkelty/shipit-shared/issues"
},
"homepage": "https://github.com/timkelty/shipit-shared",
"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"
},
"gitHead": "9ce856f7351cb5f33f4c4f742d82cf5dcfba5032",
"_id": "[email protected]",
"_shasum": "311a7992a787f77db2e48c09119bdce043ac8df2",
"_from": "shipit-shared@>=1.0.0 <2.0.0"
}