forked from pstadler/flightplan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.16 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
{
"name": "flightplan",
"description": "Library for streamlining application deployment or systems administration tasks",
"version": "0.4.1",
"author": "Patrick Stadler <[email protected]>",
"keywords": [
"deploy",
"deployment",
"commands",
"devops",
"exec",
"shell",
"ssh",
"task",
"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": {
"fibers": "~1.0.1",
"ssh2": "~0.2.17",
"colors": "~0.6.2",
"commander": "~2.1.0",
"prompt": "~0.2.12",
"pretty-hrtime": "~0.2.1"
},
"optionalDependencies": {
"coffee-script": "~1.7.1"
},
"devDependencies": {
"gulp": "~3.5.2",
"gulp-jshint": "~1.4.2",
"jshint-stylish": "~0.1.5",
"markdox": "~0.1.2"
},
"license": "MIT"
}