ah-dashboard-plugin
Version:
Plugin for an ActionHero Dashboard with many functionalities
38 lines (37 loc) • 853 B
JSON
{
"author": "Sebastian Dechant <sebbis.iphone@googlemail.com>",
"name": "ah-dashboard-plugin",
"description": "Plugin for an ActionHero Dashboard with many functionalities",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "git://github.com/S3bb1/ah-dashboard-plugin.git"
},
"license" : "MIT",
"keywords": [
"dashboard",
"actionhero",
"redis",
"widgets",
"statistics"
],
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"always-tail": "^0.1.1",
"async": "^0.9.0",
"os-utils": "0.0.14",
"redis": "^0.12.1",
"redis-timeseries": "^0.4.0",
"underscore": "^1.6.0",
"markdown" : "0.5.0"
},
"devDependencies": {
"bower" : "latest"
},
"optionalDependencies": {},
"directories": {
"test": "test/markdown/"
}
}