-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1020 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
{
"name": "sass-custom-box",
"version": "0.2.0",
"description": "Sass mixins for styling custom radioboxes and checkboxes",
"main": "src/_custom-box.scss",
"scripts": {
"fix": "stylelint --syntax=scss --fix \"**/*.scss\"",
"lint": "stylelint --syntax=scss \"**/*.scss\"",
"test": "mocha tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RoachMech/sass-custom-box.git"
},
"author": {
"name": "Rogier Mechielsen",
"email": "rogier@swis.nl"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/RoachMech/sass-custom-box/issues"
},
"homepage": "https://github.com/RoachMech/sass-custom-box#readme",
"devDependencies": {
"@swis/stylelint-config": "^1.0.2",
"mocha": "^5.2.0",
"node-sass": "^4.10.0",
"sass-true": "^4.0.0",
"stylelint": "^9.8.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.4.0"
}
}