mocha-standard
Version:
Integrate the JS standard to your Mocha tests
33 lines (32 loc) • 722 B
JSON
{
"name": "mocha-standard",
"description": "Integrate the JS standard to your Mocha tests",
"version": "1.0.0",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"bugs": {
"url": "https://github.com/rstacruz/mocha-standard/issues"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"standard": "^4.3.1"
},
"homepage": "https://github.com/rstacruz/mocha-standard#readme",
"keywords": [
"lint",
"mocha",
"semistandard",
"standard",
"test"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rstacruz/mocha-standard.git"
},
"scripts": {
"test": "mocha"
}
}