guv
Version:
Grid Utilization Virgilante
53 lines (52 loc) • 1.28 kB
JSON
{
"name": "guv",
"description": "Grid Utilization Virgilante",
"version": "0.3.2",
"author": {
"name": "Jon Nordby",
"email": "jononor@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/flowhub/guv.git"
},
"license": "MIT",
"dependencies": {
"amqp-stats": "~0.0.14",
"async": "~2.1.4",
"bluebird": "^3.4.7",
"coffee-script": "~1.12.2",
"commander": "~2.9.0",
"debug": "~2.6.0",
"gaussian": "~1.1.0",
"heroku-client": "~2.4.3",
"js-yaml": "~3.7.0",
"newrelic": "~1.34.0",
"node-insights": "^1.0.15",
"request": "~2.79.0",
"simple-statistics": "~2.2.0",
"tv4": "^1.2.7"
},
"devDependencies": {
"chai": "^4.0.1",
"coffeeify": "^2.0.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-coffeelint": "^0.0.16",
"grunt-mocha-test": "^0.13.2",
"grunt-yaml": "^0.4.2",
"mocha": "^3.1.2",
"nock": "^9.0.2"
},
"keywords": [],
"bin": {
"guv": "./bin/guv",
"guv-update-jobstats": "./bin/guv-update-jobstats",
"guv-newrelic-events": "./bin/guv-newrelic-events",
"guv-heroku-workerstats": "./bin/guv-heroku-workerstats",
"guv-validate": "./bin/guv-validate"
},
"scripts": {
"test": "grunt test"
}
}