UNPKG

ember-cli

Version:

Command line tool for developing ambitious ember.js apps

61 lines (60 loc) 1.53 kB
{ "name": "broccoli-jshint", "version": "0.5.3", "description": "Broccoli plugin run JSHint on a specific tree.", "main": "index.js", "author": { "name": "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": { "jshint": "~2.5.0", "chalk": "~0.4.0", "broccoli-filter": "~0.1.6", "findup-sync": "~0.1.3", "mkdirp": "~0.4.0" }, "devDependencies": { "mocha": "~1.18.2", "broccoli": "~0.11.0", "expect.js": "~0.3.1", "rimraf": "~2.2.6" }, "gitHead": "6c23817acace4c8acedad4d0a9cbcb28bc8b9e7f", "bugs": { "url": "https://github.com/rwjblue/broccoli-jshint/issues" }, "homepage": "https://github.com/rwjblue/broccoli-jshint", "_id": "broccoli-jshint@0.5.3", "_shasum": "8c0068227a113b2667a37667e7435d5b042fdcb7", "_from": "broccoli-jshint@0.5.3", "_npmVersion": "2.0.0-beta.0", "_npmUser": { "name": "rwjblue", "email": "robert.w.jackson@me.com" }, "maintainers": [ { "name": "rwjblue", "email": "robert.w.jackson@me.com" } ], "dist": { "shasum": "8c0068227a113b2667a37667e7435d5b042fdcb7", "tarball": "http://registry.npmjs.org/broccoli-jshint/-/broccoli-jshint-0.5.3.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/broccoli-jshint/-/broccoli-jshint-0.5.3.tgz" }