UNPKG

justo-plugin-jshint

Version:
55 lines (54 loc) 1.13 kB
{ "name": "justo-plugin-jshint", "version": "0.1.9", "description": "Simple task to run jshint.", "homepage": "http://www.justojs.org", "author": { "name": "Justo Labs", "email": "justojs@justolabs.com", "url": "http://www.justojs.org" }, "contributors": [ { "name": "Raúl G. González", "email": "raulggonzalez@justojs.org", "url": "" } ], "keywords": [ "Justo", "Justo.js", "justo-plugin" ], "bugs": { "url": "https://github.com/justojsp/justo-plugin-jshint/issues", "email": "issues@justojs.org" }, "repository": { "type": "git", "url": "https://github.com/justojsp/justo-plugin-jshint.git" }, "engines": { "node": ">=4.0.0", "npm": ">=3.0.0" }, "dependencies": {}, "peerDependencies": {}, "devDependencies": { "justo": "*", "justo-fs": "*", "justo-assert": "*", "justo-plugin-babel": "*", "justo-plugin-cli": "*", "justo-plugin-fs": "*", "justo-plugin-npm": "*" }, "preferGlobal": false, "main": "index.js", "files": [ "lib" ], "scripts": { "test": "justo test" } }