-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@dreipol/scss-utils",
"version": "4.0.4",
"description": "Dreipol scss util @functions and @mixins",
"main": "_index.scss",
"scripts": {
"test": "npm run lint && npx sass test.scss",
"lint": "stylelint **/*.scss",
"doc": "npx sassdoc functions mixins --dest docs",
"prepublish": "npm run doc && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dreipol/scss-utils.git"
},
"files": [
"functions",
"mixins"
],
"keywords": [
"sass",
"helpers",
"scss",
"utils",
"mixins",
"functions"
],
"author": {
"name": "dreipol GmbH",
"email": "[email protected]",
"url": "http://dreipol.ch"
},
"devDependencies": {
"@dreipol/stylelint-config": "^7.0.0",
"@dreipol/stylelint-config-bem-pattern": "^3.0.0",
"@dreipol/stylelint-config-order": "^4.0.0",
"@dreipol/stylelint-config-scss": "^3.0.0",
"node-sass": "^4.14.1",
"sassdoc": "^2.7.3",
"stylelint": "^13.7.2",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"stylelint-selector-bem-pattern": "^2.1.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dreipol/scss-utils/issues"
},
"homepage": "https://github.com/dreipol/scss-utils#readme"
}