lesshint-reporter-stylish
Version:
Stylish reporter for lesshint.
37 lines (36 loc) • 808 B
JSON
{
"name": "lesshint-reporter-stylish",
"version": "3.0.0",
"description": "Stylish reporter for lesshint.",
"author": "Jonathan Wilsson <jonathan.wilsson@gmail.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lesshint/reporter-stylish.git"
},
"keywords": [
"lesshint",
"reporter",
"stylish"
],
"dependencies": {
"chalk": "^2.0.0"
},
"devDependencies": {
"chai": "^4.0.2",
"eslint": "^4.11.0",
"eslint-config-lesshint": "^1.0.3",
"mocha": "^5.0.1",
"proxyquire": "^2.0.0",
"sinon": "^4.0.0",
"strip-ansi": "^4.0.0"
},
"scripts": {
"pretest": "eslint *.js",
"test": "mocha"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lesshint/reporter-stylish/issues"
}
}