upbeat-dashboard
Version:
ERROR: No README.md file found!
41 lines (33 loc) • 560 B
JSON
{
"name": "upbeat-dashboard",
"version": "0.0.1",
"main": "index.js",
"bin": {
"upbeat": "./bin/upbeat"
},
"scripts": {
"start": "node app"
},
"repository": {
"type": "git",
"url": "https://github.com/jeffsu/upbeat"
},
"dependencies": {
"upbeat-server": "0.0.1",
"mochiscript": "0.6.15",
"express": "3.0.0rc2",
"jade": "*"
},
"keywords": [
"health",
"monitoring",
"upbeat",
"server",
"http",
"tcp",
"redis",
"mysql"
],
"author": "Jeff Su",
"license": "BSD"
}