-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 932 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
{
"name": "eslint-config-smartthings",
"version": "3.2.0",
"description": "SmartThings's ESLint config",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/SmartThingsOSS/eslint-config-smartthings"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"smartthings",
"javascript",
"styleguide"
],
"author": {
"name": "SmartThings",
"url": "http://www.smartthings.com"
},
"contributors": [
{
"name": "Adan Perez @adanperez",
"url": "http://github.com/adanperez"
},
{
"name": "Nayeemuddin Khan @nayeemuddin.khan",
"url": "https://github.com/Nayeemuddin-khan"
}
],
"license": "Apache-2.0",
"bugs": {
"url":
"https://github.com/SmartThingsOSS/eslint-config-smartthings/issues"
},
"homepage": "https://github.com/SmartThingsOSS/eslint-config-smartthings",
"peerDependencies": {
"eslint": "^5.1.0 || >= 8.0",
"eslint-plugin-react": "^7.7.0"
}
}