HTTP Benchmarking Tool Written In Node.JS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

23 lines
410 B

{
"name": "tommygun",
"version": "0.0.3",
"description": "HTTP Benchmarking Tool",
"keywords": [
"http",
"benchmark"
],
"author": "Brett Langdon <brett@blangdon.com>",
"dependencies": {
"optimist": "*",
"gauss": "*",
"xtend": "*",
"iniparser": "*",
"async": "*"
},
"devDependencies": {
},
"main": "lib/index.js",
"bin": {
"tommygun": "bin/tommygun"
}
}