UNPKG

jshint-growl

Version:
32 lines (31 loc) 754 B
{ "name": "jshint-growl", "version": "0.4.1", "description": "JSHint reporter to make growly notifications", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/ProgrammerWithoutaName/jshint-growl.git" }, "keywords": [ "jshint", "growly", "jshint-reporter" ], "author": "Programmer Without A Name", "license": "MIT", "bugs": { "url": "https://github.com/ProgrammerWithoutaName/jshint-growl/issues" }, "homepage": "https://github.com/ProgrammerWithoutaName/jshint-growl", "dependencies": { "growly": "^1.2.0", "mothership": "^0.3.0" }, "devDependencies": { "jasmine": "^2.2.1" } }