jshint-annoyifier
Version:
An especially annoying notifier for jshint, use it as a reporter.
26 lines (25 loc) • 527 B
JSON
{
"name": "jshint-annoyifier",
"version": "0.0.5",
"description": "An especially annoying notifier for jshint, use it as a reporter.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"notifier",
"jshint",
"reporter",
"jshint-reporter"
],
"author": "Riviera Partners <mitani@rivierapartners.com>",
"license": "BSD",
"dependencies": {
"node-notifier": "^4.1.0"
},
"devDependencies": {
"chai": "^1.10.0",
"sinon": "^1.12.2",
"jshint": "^2.6.0"
}
}