rhq-metrics
Version:
Provides an interface to rhq-metrics REST API.
42 lines (41 loc) • 933 B
JSON
{
"name": "rhq-metrics",
"version": "0.1.3",
"description": "Provides an interface to rhq-metrics REST API.",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"build": "grunt"
},
"keywords": [
"rhq",
"jboss",
"wildfly",
"cassandra"
],
"author": "Lance Ball <lanceball@gmail.com> (lanceball.com)",
"license": "Apache-2.0",
"files": [
"index.js",
"LICENSE",
"README.md"
],
"dependencies": {
"q": "^1.1.2",
"stream-buffers": "^1.1.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-docco": "^0.3.3",
"grunt-mocha-test": "^0.12.4",
"mocha": "^2.0.1",
"nock": "^0.52.2"
},
"repository": {
"type": "git",
"url": "http://github.com/lance/rhq-metrics-js.git"
},
"bugs": "http://github.com/lance/rhq-metrics-js/issues"
}