-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "garnetcss",
"version": "1.0.0",
"type": "module",
"description": "Enterprise CSS based on emeraldcss",
"main": "./dist/cdn/main.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"exports": {
".": "./dist/cdn/main.css",
"./index.css": "./dist/cdn/main.css",
"./main.css": "./dist/cdn/main.css",
"./font": "./dist/cdn/SFPRODISPLAYREGULAR-6PKAZPAV.woff",
"./font.woff": "./dist/cdn/SFPRODISPLAYREGULAR-6PKAZPAV.woff"
},
"repository": {
"type": "git",
"url": "https://[email protected]/scriptmaster/garnetcss.git"
},
"keywords": [
"garnet",
"garnetcss",
"degarnet",
"emerald",
"emeraldcss",
"css",
"scss",
"sheriff",
"scriptmaster",
"emerald-css",
"emerald_css",
"emerald-styles",
"degarnet-css",
"garnet_css",
"garnet-styles"
],
"author": "https://github.com/scriptmaster",
"license": "ISC",
"bugs": {
"url": "https://github.com/scriptmaster/emeraldcss/issues"
},
"homepage": "https://github.com/scriptmaster/emeraldcss#readme"
}