-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "linter-sniffer-pretty-printer",
"version": "1.0.0",
"description": "Sniffer, Linter, Pretty Printer for WordPress Projects",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christophherr/linter-sniffer-pretty-printer.git"
},
"author": "Christoph Herr",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/christophherr/linter-sniffer-pretty-printer/issues"
},
"homepage": "https://github.com/christophherr/linter-sniffer-pretty-printer#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-wordpress": "^2.0.0",
"prettier": "^1.12.1",
"prettier-eslint": "^8.8.1",
"prettier-stylelint": "^0.4.2",
"stylelint": "^9.1.3",
"stylelint-config-wordpress": "^13.0.0",
"stylelint-order": "^0.8.1"
},
"browserslist": [
"> 1%",
"ie >= 11",
"last 1 Android versions",
"last 1 ChromeAndroid versions",
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 iOS versions",
"last 2 Edge versions",
"last 2 Opera versions"
]
}