-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 954 Bytes
/
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
46
{
"name": "eslint-config-pouloum",
"version": "3.0.0",
"description": "ESLint configuration for meticulous people",
"authors": "Simon MAHÉ <[email protected]>",
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"configurations/",
"rules/"
],
"scripts": {
"test": "ava",
"coverage": "nyc --reporter=lcov npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/5im0n/eslint-config-pouloum"
},
"bugs": {
"url": "https://github.com/5im0n/eslint-config-pouloum/issues"
},
"keywords": [
"eslint-config",
"eslint",
"code linter",
"code style",
"style checker",
"style linter",
"es5",
"es2015",
"es6",
"angular-config",
"meetic"
],
"peerDependencies": {
"eslint": "~3.0.1",
"eslint-plugin-angular": "~1.0.1"
},
"devDependencies": {
"ava": "^0.16.0",
"is-plain-obj": "^1.1.0",
"nyc": "^8.3.1"
}
}