guv
Version:
Grid Utilization Virgilante
52 lines (51 loc) • 1.12 kB
JSON
{
"name": "guv",
"description": "Grid Utilization Virgilante",
"version": "0.1.1",
"author": {
"name": "Jon Nordby",
"email": "jononor@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jonnor/gov.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonnor/gov/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"amqp-stats": "0.0.14",
"async": "^0.9.0",
"coffee-script": "^1.8.0",
"commander": "^2.6.0",
"debug": "^2.2.0",
"gaussian": "^1.0.0",
"heroku-client": "^2.0.0",
"js-yaml": "^3.3.1",
"newrelic": "1.17.3",
"request": "^2.63.0",
"simple-statistics": "^0.9.2",
"uuid": "^2.0.1"
},
"devDependencies": {
"chai": "~1.9.0",
"coffeeify": "^1.1.0",
"grunt": "~0.4.1",
"grunt-browserify": "^3.8.0",
"grunt-coffeelint": "~0.0.6",
"grunt-mocha-test": "^0.12.2",
"mocha": "~1.21.0",
"nock": "^2.12.0"
},
"keywords": [],
"bin": {
"guv": "./bin/guv",
"guv-validate": "./bin/guv-validate"
},
"scripts": {
"test": "grunt test"
}
}