mocha-jshint-stylish
Version:
Run JSHint as mocha tests with the stylish reporter
31 lines (30 loc) • 720 B
JSON
{
"name": "mocha-jshint-stylish",
"version": "1.0.4",
"description": "Run JSHint as mocha tests with the stylish reporter",
"main": "index.js",
"dependencies": {
"chalk": "^1.1.1",
"jshint": "~2.7.0",
"minimatch": "3.0.0",
"shelljs": "^0.4.0",
"text-table": "^0.2.0",
"uniq": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git@github.com:JohnKimDev/mocha-jshint-stylish.git"
},
"keywords": [
"jshint",
"mocha",
"jshint-stylish",
"mocha-jshint"
],
"author": "John Kim",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohnKimDev/mocha-jshint-stylish/issues"
},
"homepage": "https://github.com/JohnKimDev/mocha-jshint-stylish"
}