-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 976 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": "scss-toolbox",
"version": "2.0.0",
"description": "Frequently used functions and mixins for SCSS projects. No output will be generated by this toolbox.",
"main": "toolbox.scss",
"scripts": {
"test": "mocha",
"lint": "stylelint src/**/*.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kgierke/scss-toolbox.git"
},
"keywords": [
"scss",
"toolbox",
"css",
"mixins",
"functions"
],
"author": "Kurt Gierke <[email protected]> (https://www.kurtgierke.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kgierke/scss-toolbox/issues"
},
"homepage": "https://github.com/kgierke/scss-toolbox#readme",
"devDependencies": {
"ajv": "^6.5.2",
"mocha": "^5.2.0",
"node-sass": "^4.9.2",
"sass-true": "^4.0.0",
"stylelint": "^9.3.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.0.0"
}
}