curator
Version:
A flexible process monitoring and management framework.
39 lines (38 loc) • 723 B
JSON
{
"name": "curator",
"description": "A flexible process monitoring and management framework.",
"version": "0.0.9",
"author": "Wei Dai <x@wei23.net>",
"repository": {
"type": "git",
"url": "git://github.com/clvv/Curator.js.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/clvv/Curator.js/master/LICENSE"
}
],
"keywords": [
"curator",
"process",
"monitoring",
"management"
],
"main": "./lib/index",
"scripts": {
"test": "vows --spec"
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"vows": ">= 0.5.8"
},
"devDependencies": {
"coffee-script": ">= 1.1.1"
},
"directories": {
"lib": "lib"
}
}