UNPKG

eslint-plugin-angular

Version:
49 lines (48 loc) 1.2 kB
{ "name": "eslint-plugin-angular", "version": "1.0.1", "description": "ESLint rules for AngularJS projects", "main": "index.js", "scripts": { "test": "gulp" }, "repository": { "type": "git", "url": "https://github.com/Gillespie59/eslint-plugin-angularjs.git" }, "contributors": [ "Emmanuel Demey (http://gillespie59.github.io/)", "Tilman Potthof (https://github.com/tilmanpotthof)", "Remco Haszing (https://github.com/remcohaszing)" ], "license": "MIT", "bugs": { "url": "https://github.com/Gillespie59/eslint-plugin-angularjs/issues" }, "homepage": "https://github.com/Gillespie59/eslint-plugin-angularjs", "devDependencies": { "chai": "^3.5.0", "chai-spies": "^0.7.1", "coveralls": "^2.11.6", "eslint": "^2.0.0", "espree": "^3.0.1", "gulp": "^3.9.1", "gulp-eslint": "^2.0.0", "gulp-istanbul": "^0.10.3", "gulp-mocha": "^2.2.0", "istanbul": "^0.4.2", "mocha": "^2.4.5", "parse-comments": "^0.4.3", "shelljs": "^0.6.0", "shelljs-nodecli": "^0.1.1" }, "keywords": [ "eslint", "eslintplugin", "angular", "angularjs" ], "dependencies": { "lodash": "^4.3.0" } }