-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1001 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-concentric",
"version": "2.0.2",
"description": "Concentric shareable config for stylelint",
"keywords": [
"stylelint",
"stylelint-config",
"concentric"
],
"author": "Danilo Bürger <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/danilobuerger/stylelint-config-concentric#readme",
"repository": {
"type": "git",
"url": "https://github.com/danilobuerger/stylelint-config-concentric.git"
},
"bugs": {
"url": "https://github.com/danilobuerger/stylelint-config-concentric/issues"
},
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {
"stylelint-order": "^1.0.0"
},
"devDependencies": {
"check-es3-syntax-cli": "^0.2.1",
"eslint": "^4.19.1",
"lodash": "^4.17.10",
"stylelint": "^9.0.0"
},
"peerDependencies": {
"stylelint": "^7.13.0 || ^8.0.0 || ^9.0.0"
},
"scripts": {
"lint": "eslint *.js && check-es3-syntax --kill --print *.js"
}
}