rocksteady
Version:
Drink blazin' electric death, downtime! Fast, zero-downtime apps for production enviroments.
55 lines (54 loc) • 1.18 kB
JSON
{
"name": "rocksteady",
"version": "1.1.9",
"description": "Drink blazin' electric death, downtime! Fast, zero-downtime apps for production enviroments.",
"keywords": [
"cluster",
"reloader",
"runner",
"server",
"zero-downtime",
"bebop",
"browser reload"
],
"homepage": "http://github.com/zeekay/rocksteady",
"bugs": {
"url": "http://github.com/zeekay/rocksteady/issues"
},
"main": "lib/",
"bin": {
"rocksteady": "bin/rocksteady"
},
"scripts": {
"prepublish": "cake build",
"test": "cake test"
},
"repository": {
"type": "git",
"url": "https://github.com/zeekay/rocksteady"
},
"author": {
"name": "Zach Kelling",
"email": "zk@monoid.io",
"url": "http://zeekay.io"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/zeekay/rocksteady/blob/master/LICENSE"
}
],
"readmeFilename": "README.md",
"dependencies": {
"bebop": "^1.2.5",
"postmortem": "^0.1.8",
"vigil": "^0.3.7"
},
"devDependencies": {
"chai": "^1.10.0",
"coffee-script": "^1.9.1",
"executive": "^0.4.7",
"mocha": "^1.21.5",
"request": "^2.53.0"
}
}