UNPKG

rhq-metrics-middleware

Version:

Middleware for express.js and connect.js used to track site and system time series metrics.

39 lines (38 loc) 1.01 kB
{ "name": "rhq-metrics-middleware", "version": "0.1.0", "description": "Middleware for express.js and connect.js used to track site and system time series metrics.", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "http://github.com/lance/rhq-metrics-middleware" }, "keywords": [ "rhq", "timeseries", "middleware", "jboss", "wildfly" ], "author": "Lance Ball <lanceball@gmail.com> (lanceball.com)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/lance/rhq-metrics-middleware/issues" }, "homepage": "https://github.com/lance/rhq-metrics-middleware", "devDependencies": { "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-jshint": "^0.10.0", "grunt-doxx": "^0.1.2", "grunt-gh-pages": "^0.9.1", "grunt-mocha-test": "^0.12.4", "lodash": "^2.4.1", "mocha": "^2.0.1", "nock": "^0.56.0", "rhq-metrics": "^0.1.3" } }