-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
49 lines (40 loc) · 1.02 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
{
"name" : "eslint-config-defaults",
"description" : "A set of default eslint configuration",
"version" : "10.0.0-1",
"author" : "Eric Baer <[email protected]>",
"homepage" : "https://github.com/walmartlabs/eslint-config-defaults",
"bugs": {
"url": "https://github.com/walmartlabs/eslint-config-defaults/issues"
},
"repository" : "git://github.com/walmartlabs/eslint-config-defaults.git",
"private" : false,
"dependencies": {
},
"devDependencies" : {
"babel-eslint": "4.1.8",
"eslint": "^2.0.0",
"eslint-plugin-filenames": "1.0.0",
"eslint-plugin-react": "3.12.0"
},
"main": "configurations/eslint.js",
"scripts": {
"test": "eslint configurations rules"
},
"engines":{
"node": ">= 0.10.0"
},
"license": "MIT",
"keywords": [
"code checker",
"code linter",
"code standards",
"code style",
"eslint-config",
"eslint",
"eslintconfig",
"lint",
"style checker",
"style linter"
]
}