-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 895 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
{
"name": "eslint-config-foo",
"version": "1.4.0",
"description": "Shareable eslint config for Foo() projects",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/FooStudio/eslint-config-foo.git"
},
"author": {
"name": "Foo(Studio)",
"email": "[email protected]",
"url": "http://foostudio.mx"
},
"keywords": [
"eslintconfig",
"code",
"quality",
"style",
"lint",
"linter",
"jscs",
"jshint",
"eslint",
"jslint",
"validate",
"code style",
"standard",
"strict",
"check",
"jsx",
"checker",
"verify",
"hint"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/FooStudio/eslint-config-foo/issues"
},
"homepage": "https://github.com/FooStudio/eslint-config-foo",
"peerDependencies": {
"eslint-config-standard": "^10.2.1"
}
}