chai-tbd
Version:
An extension for chai to create failing *to be done* tasks.
40 lines (39 loc) • 908 B
JSON
{
"name": "chai-tbd",
"version": "0.1.0",
"description": "An extension for chai to create failing *to be done* tasks.",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pmentz/chai-tbd.git"
},
"keywords": [
"test",
"chai",
"tbd",
"mocha",
"bdd",
"tdd"
],
"files": [
"README.md",
"LICENSE",
"index.js"
],
"author": "Patrick Mentz",
"license": "MIT",
"devDependencies": {
"coveralls": "^2.11.3",
"istanbul": "^0.3.17",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "0.0.2"
},
"dependencies": {
"chai": "^3.2.0"
}
}