-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.13 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
{
"name": "strong-deploy",
"description": "Deploy a node application to a StrongLoop process manager",
"version": "3.1.4",
"keywords": [
"StrongLoop",
"build",
"bundle",
"dependencies",
"deploy",
"git",
"heroku",
"npm",
"openshift",
"pm",
"slc"
],
"repository": {
"type": "git",
"url": "git://github.com/strongloop/strong-deploy.git"
},
"author": "Krishna Raman <[email protected]>",
"license": "Artistic-2.0",
"readmeFilename": "README.md",
"main": "index.js",
"scripts": {
"pretest": "eslint --ignore-path .gitignore .",
"test": "tap --timeout=300 ./test/test-*.js"
},
"bin": {
"sl-deploy": "./bin/sl-deploy.js"
},
"dependencies": {
"async": "^0.9.0",
"concat-stream": "^1.4.7",
"debug": "^2.0.0",
"posix-getopt": "^1.0.0",
"shelljs": "^0.3.0",
"strong-mesh-models": "^7.0.0",
"strong-tunnel": "^1.1.1",
"strong-url-defaults": "^1.0.0"
},
"devDependencies": {
"eslint": "^2.7.0",
"eslint-config-strongloop": "^2.0.1",
"http-auth": "^2.2.5",
"strong-fork-cicada": "^1.1.2",
"tap": "^0.7.1"
}
}