jshint-stylish
Version:
Stylish reporter for JSHint
46 lines (45 loc) • 821 B
JSON
{
"name": "jshint-stylish",
"version": "2.2.1",
"description": "Stylish reporter for JSHint",
"license": "MIT",
"repository": "sindresorhus/jshint-stylish",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && mocha"
},
"files": [
"index.js"
],
"keywords": [
"jshint",
"reporter",
"formatter",
"format",
"lint",
"validate",
"stylish",
"elegant",
"pretty"
],
"dependencies": {
"chalk": "^1.0.0",
"log-symbols": "^1.0.0",
"plur": "^2.1.0",
"string-length": "^1.0.0",
"text-table": "^0.2.0",
"beeper": "^1.1.0"
},
"devDependencies": {
"mocha": "*",
"jshint": "^2",
"xo": "*"
}
}