{
    "name": "eslint-plugin-angular",
    "version": "5.0.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"
    },
    "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": "5.2.1",
        "chai-spies": "1.1.0",
        "eslint": "^9.32.0",
        "espree": "10.4.0",
        "gulp": "5.0.1",
        "lodash": "4.17.21",
        "mocha": "11.7.1",
        "nyc": "17.1.0",
        "parse-comments": "0.4.3"
    },
    "peerDependencies": {
        "eslint": "^9.32.0"
    },
    "keywords": [
        "eslint",
        "eslintplugin",
        "angularjs"
    ]
}
