eslint-plugin-angular
Version:
ESLint rules for AngularJS projects
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "eslint-plugin-angular",
"version": "0.14.0",
"description": "ESLint rules for AngularJS projects",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/Gillespie59/eslint-plugin-angularjs.git"
},
"author": "Emmanuel DEMEY",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gillespie59/eslint-plugin-angularjs/issues"
},
"homepage": "https://github.com/Gillespie59/eslint-plugin-angularjs",
"devDependencies": {
"chai": "^3.4.0",
"chai-spies": "^0.7.1",
"coveralls": "^2.11.4",
"eslint": "^1.8.0",
"espree": "^2.2.5",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.1.3",
"istanbul": "^0.4.0",
"mocha": "^2.3.3",
"parse-comments": "^0.4.3",
"shelljs": "^0.5.3",
"shelljs-nodecli": "^0.1.1"
},
"keywords": [
"eslint",
"eslintplugin",
"angular",
"angularjs"
],
"dependencies": {
"lodash": "^3.10.1"
}
}