-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 884 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
{
"name": "stylelint-config-nosolosoftware",
"version": "1.0.0",
"description": "nosolosoftware shareable config for stylelint",
"keywords": [
"code",
"code style",
"css",
"linting",
"stylelint",
"stylelint-config"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nosolosoftware/stylelint-config-nosolosoftware.git"
},
"homepage": "https://github.com/nosolosoftware/stylelint-config-nosolosoftware",
"bugs": "https://github.com/nosolosoftware/stylelint-config-nosolosoftware/issues",
"main": "index.js",
"files": [
"CHANGELOG.md",
"LICENSE",
"index.js"
],
"dependencies": {
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard-scss": "^11.0.0"
},
"peerDependencies": {
"stylelint": "15.10.3"
}
}