UNPKG

410 BJSONView Raw
1{
2 "name": "pm2-deploy",
3 "version": "0.0.3",
4 "description": "Deployment system for PM2",
5 "main": "deploy.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "dependencies" : {
10 "tv4" : "~1.0.18"
11 },
12 "devDependencies": {
13 "mocha": "^1.20.1",
14 "should": "^4.0.0",
15 "better-assert": "^1.0.0"
16 },
17 "author": "Alexandre Strzelewicz",
18 "license": "AGPLV3"
19}