-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.13 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
46
47
48
49
50
51
52
53
54
55
{
"name": "@ebf/eslint-config-ebf",
"version": "1.0.1",
"description": "An ESLint Shareable Config for EBF projects",
"main": "index.js",
"author": {
"name": "Vladimir Spasic",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/ebf/eslint-config-ebf.git"
},
"scripts": {
"lint": "eslint . --config=index.js",
"test": "npm run lint && tape test/*.js"
},
"devDependencies": {
"eslint": "^6.2.2",
"tape": "^4.8.0"
},
"peerDependencies": {
"eslint": ">=6.2.2"
},
"homepage": "https://github.com/ebf/eslint-config-ebf",
"bugs": {
"url": "https://github.com/standard/eslint-config-standard/issues"
},
"keywords": [
"JavaScript EBF Style",
"check",
"checker",
"code",
"code checker",
"code linter",
"code style",
"eslint",
"eslintconfig",
"hint",
"jscs",
"jshint",
"lint",
"policy",
"quality",
"style",
"style ebf",
"style checker",
"style linter",
"verify"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"license": "Apache-2.0"
}