pm2/package.json
2013-07-16 12:28:39 +02:00

70 lines
1.5 KiB
JSON

{
"name": "pm2",
"preferGlobal": "true",
"version": "0.5.2",
"engines" : {
"node" : ">=0.8"
},
"author": {
"name": "Strzelewicz Alexandre",
"email": "strzelewicz.alexandre@gmail.com",
"url": "http://apps.hemca.com"
},
"contributors": [{
"name" : "Alex Kocharin",
"email" : "alex@kocharin.ru"
}, {
"name" : "Devo.ps",
"email" : "contact@devo.ps"
}, {
"name" : "John Hurliman",
"email" : "jhurliman@jhurliman.org"
}],
"homepage" : "https://github.com/Unitech/pm2",
"description": "The modern CLI process manager for Node apps with native clusterization",
"main": "index.js",
"scripts": {
"test": "bash ./test/cli.sh && NODE_ENV=test ./node_modules/mocha/bin/mocha test",
"froze": "npm shrinkwrap"
},
"keywords": [
"cli",
"fault tolerant",
"sysadmin",
"tools",
"pm2",
"monitoring",
"process manager",
"forever",
"process configuration",
"clustering",
"cluster cli",
"cluster",
"cron"
],
"bin": {
"pm2": "./bin/pm2"
},
"dependencies": {
"commander" : "1.1.0",
"cli-table" : "0.2.0",
"pm2-multimeter" : "0.1.2",
"usage" : "0.3.7",
"axon-rpc" : "0.0.2",
"watch" : "0.7.0",
"axon" : "0.6.1",
"debug" : "*",
"cron" : "1.0.1"
},
"devDependencies": {
"mocha": "1.x",
"should": "1.x",
"better-assert" : "*"
},
"repository": {
"type" : "git",
"url" : "git://github.com/Unitech/pm2.git"
},
"license": "Apache v2"
}