-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 955 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
{
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"name": "misans",
"version": "4.0.0",
"description": "MiSans (subsetted) fonts from Xiaomi for free commercial use.",
"keywords": [
"misans",
"font",
"webfont",
"woff2"
],
"author": "DSRKafuU <[email protected]> (https://dsrkafuu.net/)",
"homepage": "https://github.com/dsrkafuu/misans#readme",
"license": "Apache-2.0",
"main": "./lib/Latin/MiSansLatin-Medium.min.css",
"style": "./lib/Latin/MiSansLatin-Medium.min.css",
"unpkg": "./lib/Latin/MiSansLatin-Medium.min.css",
"jsdelivr": "./lib/Latin/MiSansLatin-Medium.min.css",
"repository": "github:dsrkafuu/misans",
"files": [
"lib",
"raw/*.json"
],
"scripts": {
"fetch": "node ./scripts/fetch.js",
"subset": "node ./scripts/subset.js",
"generate": "node ./scripts/generate.js"
},
"devDependencies": {
"fs-extra": "~10.1.0",
"glob": "~8.0.3"
}
}