-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 867 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
{
"name": "@callmebill/lxgw-wenkai-web",
"version": "1.501.0",
"description": "Web font package for LXGW WenKai",
"main": "style.css",
"style": "style.css",
"repository": {
"type": "git",
"url": "git+https://github.com/CMBill/lxgw-wenkai-web.git"
},
"files": [
"lxgwwenkai-medium",
"lxgwwenkai-light",
"lxgwwenkai-regular",
"lxgwwenkaimono-medium",
"lxgwwenkaimono-light",
"lxgwwenkaimono-regular",
"*.css",
"VERSION"
],
"keywords": [
"lxgw-wenkai",
"cjk",
"font",
"webfont",
"css"
],
"author": "CM_Bill <callmebill@billw.cn>",
"license": "MIT",
"bugs": {
"url": "https://github.com/CMBill/lxgw-wenkai-web/issues"
},
"homepage": "https://github.com/CMBill/lxgw-wenkai-web"
}