-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.08 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
50
51
{
"name": "stylelint-config-woda",
"version": "1.0.0-9",
"description": "Woda's stylelint config",
"main": "stylelint-config-woda.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/wwwoda/stylelint-config-woda.git"
},
"keywords": [
"config",
"css",
"sass",
"scss",
"less",
"styleguide",
"stylelint",
"woda"
],
"authors": [
{
"name": "Woda",
"email": "[email protected]",
"homepage": "https://www.woda.at"
},
{
"name": "David Mondok",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wwwoda/stylelint-config-woda/issues"
},
"homepage": "https://github.com/wwwoda/stylelint-config-woda#readme",
"dependencies": {
"stylelint-config-standard": "^33",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.0.0"
},
"devDependencies": {
"stylelint": "^15.6.2"
},
"peerDependencies": {
"stylelint": "^15.6.2"
}
}