forked from ream88/stylelint-config-idiomatic-order
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 945 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
{
"name": "stylelint-config-idiomatic-order",
"version": "10.0.0",
"description": "stylelint + idiomatic-css = ❤️",
"main": "index.js",
"dependencies": {
"stylelint-order": "^6.0.2"
},
"engines": {
"node": ">=12"
},
"devDependencies": {
"standard": "^17.0.0",
"stylelint": "^15.1.0"
},
"peerDependencies": {
"stylelint": ">=11"
},
"scripts": {
"lint": "standard --fix index.js test/*.js",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ream88/stylelint-config-idiomatic-order.git"
},
"keywords": [
"stylelint",
"stylelint-config",
"idomatic-css",
"order"
],
"author": "Mario Uher <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ream88/stylelint-config-idiomatic-order/issues"
},
"homepage": "https://github.com/ream88/stylelint-config-idiomatic-order#readme"
}