-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
48 lines (48 loc) · 1.03 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
{
"name": "@7ninjas/scss-mixins",
"version": "1.0.0",
"description": "`scss-mixins` is a collection of scss mixins and functions to ease and improve implementations of common style-code patterns.",
"keywords": [
"scss",
"mixin",
"css",
"style",
"styling",
"7ninjas",
"bootstrap",
"react",
"grid",
"flex",
"mixins",
"less",
"responsive",
"web",
"front-end",
"css-modules",
"sass"
],
"main": "_all.scss",
"scripts": {
"stylelint": "stylelint **/*.scss **/*.scss.example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7ninjas/scss-mixins.git"
},
"author": "7ninjas",
"license": "MIT",
"bugs": {
"url": "https://github.com/7ninjas/scss-mixins/issues"
},
"homepage": "https://github.com/7ninjas/scss-mixins#readme",
"dependencies": {
"bootstrap": "^4.1.0",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.0.0"
},
"files": [
"src/",
"_variables.scss.example"
]
}