-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.29 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.29 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
57
58
{
"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",
"license": "Apache-2.0",
"version": "1.3.2",
"repository": {
"type": "git",
"url": "git+https://github.com/selfishprimate/gerillass.git"
},
"bugs": {
"url": "https://github.com/selfihsprimate/gerillass/issues"
},
"keywords": [
"gerillass",
"guerrillass",
"sass",
"scss",
"style",
"mixins",
"css",
"css3",
"sass-mixins",
"sass-toolkit",
"sass-library",
"sass-framework",
"sass-tool-set",
"eyeglass-module"
],
"eyeglass": {
"sassDir": "scss",
"exports": false,
"name": "gerillass",
"needs": "^3.0.0"
},
"scripts": {
"test": "jest"
},
"dependencies": {
"glob": "^11.0.0",
"jest": "^30.0.5",
"sass": "^1.90.0",
"sass-loader": "^16.0.3",
"sass-true": "^9.0.0"
},
"devDependencies": {
"gulp": "^5.0.1",
"gulp-concat": "^2.6.1",
"gulp-replace": "^1.1.4"
},
"resolutions": {
"braces": ">=3.0.3",
"micromatch": ">=4.0.8"
}
}