ytestrunner
Version:
Run YUI tests for node packages using npm test with support for saving test results, coverage and more. Supports YUITest as well as YUI3 style tests.
42 lines (41 loc) • 1.05 kB
JSON
{
"name":"ytestrunner",
"author":"Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"description":"Run YUI tests for node packages using npm test with support for saving test results, coverage and more. Supports YUITest as well as YUI3 style tests.",
"version":"0.3.3",
"repository":{
"type":"git",
"url":"git://github.com/gotwarlost/ytestrunner.git"
},
"bugs":{
"url":"http://github.com/gotwarlost/ytestrunner/issues"
},
"bin":{
"ytestrunner":"lib/cli.js"
},
"scripts":{
"test":"test/run.js"
},
"engines":{
"node":">=0.6"
},
"dependencies":{
"mkdirp":"*",
"colors":"*",
"fileset":"*",
"nopt":"*",
"resolve":"*",
"async":"*",
"istanbul": "*"
},
"devDependencies":{
"rimraf":"*",
"nodeunit":"*"
},
"licenses":[
{
"type":"MIT",
"url":"http://github.com/gotwarlost/ytestrunner/raw/master/LICENSE"
}
]
}