-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.11 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
{
"name": "sass-magics",
"version": "1.0.3",
"description": "Sass magic helper. It extends the Sass built-in modules and provides useful mixins and functions that make your Sass writing more magical and elegant.",
"main": "_index.scss",
"files": [
"core",
"mixins",
"functions",
"_index.scss"
],
"scripts": {
"test": "jest",
"watch": "jest --watch",
"dev": "sass -w"
},
"keywords": [
"sass",
"scss",
"sass-magic",
"sass-mixins",
"sass-functions",
"sass-utils",
"sass-helpers",
"sass-modules"
],
"sideEffects": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"homepage": "https://github.com/Meqn/sass-magics",
"repository": {
"type": "git",
"url": "git+https://github.com/Meqn/sass-magics.git"
},
"author": "Mervin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Meqn/sass-magics/issues"
},
"devDependencies": {
"glob": "^10.3.10",
"jest": "^29.7.0",
"sass": "^1.69.5",
"sass-magics": "latest",
"sass-true": "^7.0.0"
}
}