-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 904 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-ma",
"version": "1.1.4",
"description": "Stylelint shareable config used by MASSIVE ART",
"main": "index.js",
"scripts": {
"test": "stylelint --formatter verbose --config ./index.js --syntax scss test/*.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/massiveart/stylelint-config-ma.git"
},
"keywords": [
"stylelint",
"stylelintconfig",
"massiveart"
],
"author": "MASSIVE ART Webservices GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/massiveart/stylelint-config-ma/issues"
},
"homepage": "https://github.com/massiveart/stylelint-config-ma#readme",
"dependencies": {
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.0.0"
},
"devDependencies": {
"stylelint": "^10.0.0"
},
"peerDependencies": {
"stylelint": "^8.3.0 || ^9.0.0 || ^10.0.0"
}
}