-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1013 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
{
"name": "neworbit-stylelint-config",
"version": "4.0.0",
"description": "NewOrbit standard config for stylelint",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewOrbit/stylelint-config.git"
},
"keywords": [
"stylelint",
"scss",
"sass",
"lint"
],
"author": "NewOrbit Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewOrbit/stylelint-config/issues"
},
"homepage": "https://github.com/NewOrbit/stylelint-config#readme",
"dependencies": {},
"peerDependencies": {
"stylelint": "16.x",
"stylelint-config-standard-scss": "13.x",
"stylelint-scss": "6.x",
"stylelint-order": "6.x",
"stylelint-no-unsupported-browser-features": "8.x",
"@stylistic/stylelint-config": "1.x"
}
}