forked from EmmanuelDemey/eslint-plugin-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "eslint-plugin-angular",
"version": "4.1.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": "4.2.0",
"chai-spies": "1.0.0",
"coveralls": "3.0.3",
"eslint": "5.16.0",
"espree": "5.0.1",
"gulp": "4.0.2",
"gulp-eslint": "5.0.0",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "6.0.0",
"istanbul": "0.4.5",
"mocha": "6.1.4",
"parse-comments": "0.4.3",
"shelljs": "0.8.3",
"shelljs-nodecli": "0.1.1"
},
"keywords": [
"eslint",
"eslintplugin",
"angularjs"
],
"dependencies": {}
}