mocha-jscs
Version:
Add jscs as mocha test in your test suite.
49 lines • 1.13 kB
JSON
{
"name": "mocha-jscs",
"version": "5.0.1",
"description": "Add jscs as mocha test in your test suite.",
"main": "lib/index.js",
"scripts": {
"test:cov": "cross-env NODE_ENV=test istanbul cover _mocha",
"test:watch": "npm test -- --watch",
"test": "cross-env NODE_ENV=test mocha",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "https://github.com/tomchentw/mocha-jscs.git"
},
"keywords": [
"mocha",
"jscs",
"test",
"suite"
],
"author": {
"name": "tomchentw",
"email": "developer@tomchentw.com",
"url": "https://github.com/tomchentw"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tomchentw/mocha-jscs/issues"
},
"homepage": "https://github.com/tomchentw/mocha-jscs",
"peerDependencies": {
"jscs": "^3.0.3"
},
"devDependencies": {
"codeclimate-test-reporter": "^0.3.0",
"cross-env": "^1.0.7",
"istanbul": "^0.4.2",
"mocha": "^2.3.1",
"mocha-jshint": "^2.3.0",
"standard-version": "^2.2.1"
},
"dependencies": {
"jscs": "^3.0.3"
},
"files": [
"lib"
]
}