-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 902 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
{
"name": "@foxland/stylelint-config",
"version": "1.3.0",
"description": "Foxland stylelint config for WordPress projects",
"main": "index.js",
"homepage": "https://github.com/samikeijonen/stylelint-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/samikeijonen/stylelint-config.git"
},
"keywords": [
"stylelint",
"stylelint-config",
"wordpress",
"coding-standards",
"foxland"
],
"peerDependencies": {
"stylelint": "^13.8.0"
},
"files": [
"index.js"
],
"author": {
"name": "Sami Keijonen",
"email": "sami.keijonen@foxnet.fi",
"url": "https://foxland.fi",
"role": "developer"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/samikeijonen/stylelint-config/issues"
},
"dependencies": {
"stylelint": "^13.8.0",
"stylelint-a11y": "^1.2.3",
"stylelint-config-wordpress": "^17.0.0",
"stylelint-order": "^4.1.0"
}
}