-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 824 Bytes
/
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
{
"name": "pm2-deploy-rest-interface",
"version": "0.0.1",
"description": "PM2 DEPLOY API REST Interface",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"postinstall": "./node_modules/.bin/bower install -F"
},
"keywords": [
"pm2",
"deploy"
],
"bin": {
"pm2dri": "./cli.js"
},
"author": "Javier Muñoz",
"license": "Apache-2.0",
"dependencies": {
"app-root-path": "^1.2.1",
"bower": "^1.7.9",
"commander": "^2.9.0",
"debug": "^2.2.0",
"express": "^4.14.0",
"json5": "^0.5.0",
"kue": "^0.11.1",
"lodash": "^4.13.1",
"pm2": "^1.1.3",
"process": "^0.11.5",
"restify": "^4.1.1",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
}
}