-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 920 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
38
39
40
41
42
43
44
{
"name": "csssasscollection",
"description": "A CSS 2 and 3 Mixin Collection for Sass.",
"keywords": [
"Sass",
"Sass Mixins Collection",
"CSS Animation",
"CSS Background",
"CSS Fonts",
"CSS Forms",
"CSS Transform",
"CSS Transistion"
],
"version": "1.1.1",
"authors": [
{
"name": "milanowicz",
"email": "[email protected]",
"role": "Developer"
}
],
"repository": {
"type": "git",
"url": "[email protected]:milanowicz/CSSSassCollection.git"
},
"private": false,
"scripts": {
"tests": "npm run test && npm run sass-sniff",
"sass-lint": "bash sass-lint.sh",
"sass-sniff": "bash sass-lint.sh",
"test": "jest"
},
"devDependencies": {
"glob": "^9.3.5",
"jest": "^29.7.0",
"node-sass": "^7.0",
"sass": "^1.49",
"sass-true": "^6.1"
},
"dependencies": {},
"engines": {
"node": ">=18.0.0"
}
}