-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.22 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.22 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
{
"name": "emeraldcss",
"version": "1.0.2",
"type": "module",
"description": "EmeraldCSS: An opinionated, semantic, modern CSS framework",
"main": "dist/cdn/main.css",
"scripts": {
"start": "sergeant emeraldcss && cp ../dist/emeraldcss/main.css ./dist/cdn/",
"dev": "sergeant emeraldcss --serve",
"install-deno": "curl -fsSL https://deno.land/install.sh | sh",
"install": "deno install -A -f https://cdn.jsdelivr.net/gh/scriptmaster/sergeant@1.2.0/sergeant.ts"
},
"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://github.com/scriptmaster/emeraldcss.git"
},
"keywords": [
"emerald",
"emeraldcss",
"css",
"scss",
"sheriff",
"scriptmaster",
"emerald-css",
"emerald_css",
"emerald-styles"
],
"author": "https://github.com/scriptmaster",
"license": "ISC",
"bugs": {
"url": "https://github.com/scriptmaster/emeraldcss/issues"
},
"homepage": "https://github.com/scriptmaster/emeraldcss#readme"
}