-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.32 KB
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
51
52
53
54
55
56
{
"name": "gerillass",
"title": "Gerillass",
"description": "Gerillass is an open-source toolkit that contains a set of Sass mixins to help designers and developers to create better, faster and consistent user interfaces.",
"homepage": "https://gerillass.com",
"author": "Halil İbrahim Çakıroğlu",
"main": "scss/_gerillass.scss",
"exports": {
".": {
"sass": "./scss/_gerillass.scss",
"default": "./scss/_gerillass.scss"
},
"./*": {
"sass": "./*",
"default": "./*"
}
},
"license": "Apache-2.0",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/selfishprimate/gerillass.git"
},
"bugs": {
"url": "https://github.com/selfishprimate/gerillass/issues"
},
"keywords": [
"gerillass",
"guerrillass",
"sass",
"scss",
"style",
"mixins",
"css",
"css3",
"sass-mixins",
"sass-toolkit",
"sass-library",
"sass-framework",
"sass-tool-set"
],
"scripts": {
"manifest": "node tools/build-manifest.js && node tools/build-skill.js && node tools/build-llms-txt.js",
"test": "jest"
},
"devDependencies": {
"glob": "^11.0.0",
"jest": "^30.0.5",
"sass": "^1.90.0",
"sass-true": "^9.0.0"
},
"resolutions": {
"braces": ">=3.0.3",
"micromatch": ">=4.0.8"
}
}