UNPKG

broccoli-jshint

Version:
34 lines (33 loc) 712 B
{ "name": "broccoli-jshint", "version": "2.1.0", "description": "Broccoli plugin to run JSHint", "main": "index.js", "author": "Robert Jackson", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/rwjblue/broccoli-jshint.git" }, "scripts": { "test": "mocha tests/" }, "keywords": [ "broccoli-plugin", "jshint", "javascript" ], "dependencies": { "broccoli-persistent-filter": "^1.2.0", "chalk": "~0.4.0", "findup-sync": "^0.3.0", "jshint": "^2.7.0", "json-stable-stringify": "^1.0.0", "mkdirp": "~0.4.0" }, "devDependencies": { "mocha": "~1.18.2", "broccoli": "~0.13.0", "expect.js": "~0.3.1" } }