|
1 | 1 | { |
2 | | - "name": "eslint-plugin-angular", |
3 | | - "version": "3.2.0", |
4 | | - "description": "ESLint rules for AngularJS projects", |
5 | | - "main": "index.js", |
6 | | - "scripts": { |
7 | | - "test": "gulp" |
8 | | - }, |
9 | | - "repository": { |
10 | | - "type": "git", |
11 | | - "url": "https://github.com/Gillespie59/eslint-plugin-angularjs.git" |
12 | | - }, |
13 | | - "contributors": [ |
14 | | - "Emmanuel Demey (http://gillespie59.github.io/)", |
15 | | - "Tilman Potthof (https://github.com/tilmanpotthof)", |
16 | | - "Remco Haszing (https://github.com/remcohaszing)" |
17 | | - ], |
18 | | - "license": "MIT", |
19 | | - "bugs": { |
20 | | - "url": "https://github.com/Gillespie59/eslint-plugin-angularjs/issues" |
21 | | - }, |
22 | | - "homepage": "https://github.com/Gillespie59/eslint-plugin-angularjs", |
23 | | - "devDependencies": { |
24 | | - "chai": "4.1.2", |
25 | | - "chai-spies": "1.0.0", |
26 | | - "coveralls": "3.0.0", |
27 | | - "eslint": "4.17.0", |
28 | | - "espree": "3.5.3", |
29 | | - "gulp": "4.0.0", |
30 | | - "gulp-eslint": "4.0.2", |
31 | | - "gulp-istanbul": "1.1.3", |
32 | | - "gulp-mocha": "5.0.0", |
33 | | - "istanbul": "0.4.5", |
34 | | - "mocha": "5.0.1", |
35 | | - "parse-comments": "0.4.3", |
36 | | - "shelljs": "0.8.1", |
37 | | - "shelljs-nodecli": "0.1.1" |
38 | | - }, |
39 | | - "keywords": [ |
40 | | - "eslint", |
41 | | - "eslintplugin", |
42 | | - "angular", |
43 | | - "angularjs" |
44 | | - ], |
45 | | - "dependencies": {} |
| 2 | + "name": "eslint-plugin-angular", |
| 3 | + "version": "3.3.0", |
| 4 | + "description": "ESLint rules for AngularJS projects", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "test": "gulp" |
| 8 | + }, |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "https://github.com/Gillespie59/eslint-plugin-angularjs.git" |
| 12 | + }, |
| 13 | + "contributors": [ |
| 14 | + "Emmanuel Demey (http://gillespie59.github.io/)", |
| 15 | + "Tilman Potthof (https://github.com/tilmanpotthof)", |
| 16 | + "Remco Haszing (https://github.com/remcohaszing)" |
| 17 | + ], |
| 18 | + "license": "MIT", |
| 19 | + "bugs": { |
| 20 | + "url": "https://github.com/Gillespie59/eslint-plugin-angularjs/issues" |
| 21 | + }, |
| 22 | + "homepage": "https://github.com/Gillespie59/eslint-plugin-angularjs", |
| 23 | + "devDependencies": { |
| 24 | + "chai": "4.1.2", |
| 25 | + "chai-spies": "1.0.0", |
| 26 | + "coveralls": "3.0.0", |
| 27 | + "eslint": "4.17.0", |
| 28 | + "espree": "3.5.3", |
| 29 | + "gulp": "4.0.0", |
| 30 | + "gulp-eslint": "4.0.2", |
| 31 | + "gulp-istanbul": "1.1.3", |
| 32 | + "gulp-mocha": "5.0.0", |
| 33 | + "istanbul": "0.4.5", |
| 34 | + "mocha": "5.0.1", |
| 35 | + "parse-comments": "0.4.3", |
| 36 | + "shelljs": "0.8.1", |
| 37 | + "shelljs-nodecli": "0.1.1" |
| 38 | + }, |
| 39 | + "keywords": ["eslint", "eslintplugin", "angular", "angularjs"], |
| 40 | + "dependencies": {} |
46 | 41 | } |
0 commit comments