wreck-stats
Version:
wreck-stats is wreck with a stats logging feature
38 lines (37 loc) • 837 B
JSON
{
"name": "wreck-stats",
"description": "wreck-stats is wreck with a stats logging feature",
"version": "1.0.0",
"author": "Sam Selvanathan <sjasel@gmail.com>",
"license": "MIT",
"keywords": [
"wreck",
"stats",
"http",
"timing"
],
"repository": "samsel/wreck-stats",
"main": "lib/index.js",
"scripts": {
"test": "npm run jscs && npm run lint && make test-cov",
"jscs": "./node_modules/.bin/jscs .",
"lint": "jshint --config=.jshintrc --exclude='node_modules' lib/*.js"
},
"dependencies": {
"node-uuid": "^1.4.2",
"wreck": "^5.1.0"
},
"devDependencies": {
"code": "^1.2.1",
"jscs": "^1.9.0",
"jshint": "^2.5.10",
"lab": "^5.1.0",
"rewire": "^2.1.3"
},
"jscsConfig": {
"excludeFiles": [
"node_modules/**"
],
"preset": "airbnb"
}
}