-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
96 lines (96 loc) · 2.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "strong-pm",
"description": "StrongLoop Process Manager",
"version": "6.0.1",
"engines": {
"node": ">=4"
},
"keywords": [
"StrongLoop",
"agent",
"build",
"bundle",
"cluster",
"dependencies",
"deploy",
"devops",
"forever",
"git",
"heroku",
"manager",
"master",
"nodeops",
"npm",
"openshift",
"ops",
"pm",
"process",
"runner",
"slc",
"strongloop",
"strongops",
"supervisor"
],
"repository": {
"type": "git",
"url": "git://github.com/strongloop/strong-pm.git"
},
"author": "engineering@strongloop.com",
"license": "Artistic-2.0",
"main": "index.js",
"scripts": {
"pretest": "eslint --ignore-path .gitignore .",
"test": "tap --bail --timeout=1000 ./test/test-*"
},
"bin": {
"sl-pm": "./bin/sl-pm.js",
"sl-pmctl": "./bin/sl-pmctl.js",
"slpm": "./bin/sl-pm.js",
"slpmctl": "./bin/sl-pmctl.js",
"sl-pm-install": "./bin/sl-pm-install.js"
},
"devDependencies": {
"eslint": "^2.11.1",
"eslint-config-strongloop": "^2.0.1",
"mktmpdir": "^0.1.1",
"request": "^2.45.0",
"semver": "^4.1.0",
"shelljs": "^0.3.0",
"strong-build": "^2.0.0",
"strong-deploy": "^3.1.4",
"tap": "^1.2.0"
},
"dependencies": {
"async": "^0.9.0",
"bl": "^0.9.4",
"compression": "^1.1.0",
"concat-stream": "^1.4.7",
"debug": "^2.1.3",
"dockerode": "^2.1.2",
"errorhandler": "^1.2.0",
"express": "^4.12.0",
"extsprintf": "^1.2.0",
"http-auth": "^2.2.5",
"lodash": "^3.9.3",
"mkdirp": "^0.5.0",
"posix-getopt": "^1.0.0",
"rimraf": "^2.3.2",
"serve-favicon": "^2.1.5",
"strong-control-channel": "^2.0.0",
"strong-docker-build": "^1.0.0",
"strong-fork-cicada": "^1.1.2",
"strong-mesh-models": "^8.0.0",
"strong-npm-ls": "^1.0.0",
"strong-runner": "^7.x",
"strong-service-install": "^2.0.0",
"strong-spawn-npm": "^1.0.0",
"strong-tunnel": "^1.1.1",
"strong-url-defaults": "^1.0.0",
"tar": "^2.2.1",
"userhome": "^1.0.0"
},
"optionalDependencies": {
"loopback-connector-sqlite3": "^1.0.0",
"minkelite": "^1.0.0"
}
}