ba
Version:
web client benchmark tool (the opposite of ab)
39 lines • 967 B
JSON
{
"name" : "ba",
"description" : "web client benchmark tool (the opposite of ab)",
"preferGlobal" : "true",
"keywords" : [ "web client benchmark", "ab", "ba" ],
"version" : "0.0.5",
"config" : { "publishtest" : false },
"homepage" : "http://github.com/capotej/ba",
"author" : "Julio Capote <jcapote@gmail.com> (http://www.juliocapote.com)",
"repository" :
{
"type" : "git",
"url" : "git://github.com/capotej/ba.git"
},
"bugs" :
{
"mail" : "jcapote@gmail.com",
"web" : "http://github.com/capotej/ba/issues"
},
"directories" :
{
"doc" : "./doc",
"man" : "./man1",
"bin" : "./bin"
},
"main" : "ba",
"bin" : "./bin/ba",
"dependencies" : { "cli" : "0.3.6" },
"bundleDependencies" : [],
"devDependencies" : { },
"engines" : { "node" : "0.4 || 0.5", "npm" : "1" },
"scripts" : { },
"licenses" :
[
{ "type" : "MIT",
"url" : "http://github.com/isaacs/npm/raw/master/LICENSE"
}
]
}