giraffe-web
Version:
Giraffe dashboard for Graphite wrapped in a webserver
53 lines (52 loc) • 1.23 kB
JSON
{
"name": "giraffe-web",
"version": "0.0.4",
"author": "Patrick Debois <patrick.debois@jedi.be>",
"private": false,
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/jedi4ever/giraffe-web.js.git"
},
"description": "Giraffe dashboard for Graphite wrapped in a webserver",
"main": "lib/giraffe-web.js",
"keywords": [
"giraffe",
"metrics",
"dashboard",
"graphite"
],
"dependencies": {
"connect": "~2.8.5",
"proxy-middleware": "~0.4.0",
"commander": "~2.0.0"
},
"devDependencies": {
"mocha": "*",
"jshint": "*",
"jscoverage": "*",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-release": "~0.3.5",
"grunt-mocha-test": "~0.5.0",
"blanket": "~1.1.5",
"sinon": "~1.7.3",
"chai": "~1.7.2",
"sinon-chai": "~2.4.0",
"expect.js": "~0.2.0",
"grunt-jsdoc": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-readme-generator": "~0.3.3",
"grunt-gh-pages": "~0.7.0",
"async": "~0.2.9",
"grunt-bower-task": "~0.3.1",
"grunt-bashpack": "0.0.5"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
}
}