jshint-simple-log
Version:
Output your JSHint to a log file
26 lines (25 loc) • 536 B
JSON
{
"name": "jshint-simple-log",
"version": "0.1.0",
"description": "Output your JSHint to a log file",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"JSHint",
"Reporter",
"Output",
"Log",
"File"
],
"repository": {
"type": "git",
"url": "https://github.com/mikeCatalyst/jshint-simple-log.git"
},
"author": "Mike Wojnarowski (http://catalystresources.com)",
"license": "ISC",
"dependencies": {
"jshint": "^2.9.1"
}
}