UNPKG

eslint-watch

Version:
37 lines (36 loc) 773 B
{ "name": "eslint-watch", "version": "1.0.2", "description": "Run eslint with watch mode", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/rizowski/eslint-watch.git" }, "bin": { "esw": "./bin/esw" }, "keywords": [ "eslint", "watch" ], "author": { "name": "Colten Rouska", "email": "c.rouska@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/rizowski/eslint-watch/issues" }, "homepage": "https://github.com/rizowski/eslint-watch", "dependencies": { "chalk": "^1.0.0", "chokidar": "^1.0.1", "eslint": "^0.21.0", "optionator": "^0.6.0" }, "devDependencies": {} }