gardener
Version:
A node process manager for couchapps that depend on npm modules, or have npm modules bundled with them.
53 lines (52 loc) • 1.06 kB
JSON
{
"name": "gardener",
"version": "1.1.4",
"description": "A node process manager for couchapps that depend on npm modules, or have npm modules bundled with them.",
"keywords": [
"garden",
"couchapp",
"couchdb"
],
"config": {
"garden": "http://localhost:5984/dashboard"
},
"scripts": {
"start": "node bin/gardener",
"test": "make test"
},
"bin": {
"gardener": "./bin/gardener"
},
"directories": [
"bin",
"lib"
],
"dependencies": {
"async": "0.2.6",
"follow": "0.8.0",
"forever-monitor": "1.2.3",
"request": "2.12.0",
"url": "0.7.9",
"semver": "1.1.2",
"winston": "0.7.1",
"args": "0.0.3",
"safe-url": "0.0.0",
"underscore": "1.4.4",
"rimraf": "2.1.4",
"npm": "^1.1.0",
"mkdirp": "~0.3.5"
},
"devDependencies": {
"mocha": "~1.20"
},
"repository": {
"type": "git",
"url": "http://github.com/garden20/gardener.git"
},
"maintainers": [
{
"name": "Ryan Ramage",
"web": "https://github.com/ryanramage"
}
]
}