forked from pstadler/flightplan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.27 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
54
55
56
57
58
{
"name": "flightplan",
"description": "Library for streamlining application deployment or systems administration tasks",
"version": "0.5.4",
"author": "Patrick Stadler <[email protected]>",
"keywords": [
"deploy",
"deployment",
"commands",
"devops",
"exec",
"shell",
"ssh",
"tasks",
"parallel",
"sequential",
"remote",
"local",
"fabric"
],
"readmeFilename": "README.md",
"homepage": "https://github.com/pstadler/flightplan",
"repository": {
"type": "git",
"url": "https://github.com/pstadler/flightplan"
},
"bugs": {
"url": "https://github.com/pstadler/flightplan/issues"
},
"bin": {
"fly": "./bin/fly.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"byline": "^4.1.1",
"chalk": "^0.5.1",
"fibers": "^1.0.2",
"interpret": "^0.3.8",
"liftoff": "^0.13.6",
"nopt": "^3.0.1",
"pretty-hrtime": "^0.2.2",
"prompt": "^0.2.14",
"semver": "^4.1.0",
"ssh2": "^0.3.6",
"temp-write": "^1.1.0",
"util-extend": "^1.0.1",
"v8flags": "^1.0.1"
},
"license": "MIT",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"jshint-stylish": "^1.0.0",
"markdox": "^0.1.7"
}
}