mocha-data-driven
Version:
data driven testing for mocha
31 lines • 575 B
JSON
{
"name": "mocha-data-driven",
"version": "1.0.1",
"description": "data driven testing for mocha",
"keywords": [
"mocha",
"test",
"bdd",
"tdd",
"data",
"data driven"
],
"author": "Shinya Kawaguchi <Shinya.Kawaguchi@jp.sony.com>",
"repository": {
"type": "git",
"url": "git://github.com/s-kawaguchi/mocha-data-driven.git"
},
"main": "./index",
"engines": {
"node": ">= 0.4.x"
},
"scripts": {
"test": "make test"
},
"dependencies": {
},
"devDependencies": {
"should": "*",
"mocha": "*"
}
}