-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.15 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
{
"name": "fd-styleguide",
"version": "1.1.2",
"description": "A styleguide and tools to enforce it.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funkedigital/fd-styleguide.git"
},
"keywords": [
"javascript",
"ecmascript",
"styleguide",
"funke digital"
],
"author": "Gregor Sondermeier <[email protected]> (https://github.com/GregorSondermeier/)",
"contributors": [
"Gregor Sondermeier <[email protected]> (https://github.com/GregorSondermeier/)",
"Lin Kurzweg <[email protected]> (https://www.funkedigital.de)",
"Funke Digital <[email protected]> (https://www.funkedigital.de)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/funkedigital/fd-styleguide/issues"
},
"homepage": "https://github.com/funkedigital/fd-styleguide#readme",
"dependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
}
}