-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "eslint-config-angular",
"version": "0.5.0",
"description": "ESLint shareable config for Angular plugin",
"main": "index.js",
"scripts": {
"prepublish": "npm test",
"test": "gulp test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dustinspecker/eslint-config-angular.git"
},
"keywords": [
"eslint",
"eslintconfig"
],
"author": "Dustin Specker",
"license": "MIT",
"bugs": {
"url": "https://github.com/dustinspecker/eslint-config-angular/issues"
},
"homepage": "https://github.com/dustinspecker/eslint-config-angular#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.0.12",
"babel-eslint": "^6.0.0-beta.6",
"babel-preset-es2015": "^6.0.14",
"chai": "^3.0.0",
"coveralls": "^2.11.2",
"eslint-config-dustinspecker": "^1.1.0",
"eslint-plugin-new-with-error": "^1.1.0",
"eslint-plugin-no-use-extend-native": "^0.3.1",
"eslint-plugin-xo": "^0.4.0",
"gulp": "^3.9.0",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.0",
"is-array": "^1.0.1",
"is-plain-obj": "^1.0.0"
}
}