qps
Version:
High performance qps counter
48 lines (46 loc) • 1.41 kB
JSON
{
"name": "qps",
"version": "1.1.1",
"description": "High performance qps counter",
"main": "index.js",
"scripts": {
"test": "mocha --check-leaks -R spec -t 5000 -r should test/*.test.js",
"test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 -r should test/*.test.js",
"test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 -r should test/*.test.js",
"jshint": "jshint .",
"autod": "autod -w --prefix '~'",
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
"contributors": "contributors -f plain -o AUTHORS"
},
"dependencies": {
},
"devDependencies": {
"autod": "*",
"contributors": "*",
"should": "*",
"should-http": "*",
"jshint": "*",
"istanbul": "*",
"mocha": "*",
"benchmark": "*",
"beautify-benchmark": "*"
},
"homepage": "https://github.com/node-modules/qps",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/qps.git",
"web": "https://github.com/node-modules/qps"
},
"bugs": {
"url": "https://github.com/node-modules/qps/issues",
"email": "fengmk2@gmail.com"
},
"keywords": [
"qps", "counter"
],
"engines": {
"node": ">= 0.10.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
"license": "MIT"
}