UNPKG

1.06 kBJSONView Raw
1{
2 "name": "@uiw/icons",
3 "version": "2.4.3",
4 "description": "The premium icon font for uiw Component Library.",
5 "author": "Kenny <wowohoo@qq.com>",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/uiwjs/icons.git"
9 },
10 "homepage": "https://uiwjs.github.io/icons",
11 "scripts": {
12 "release": "release-it --src.tagName='v%s'",
13 "font": "node script/build.js",
14 "start": "npm run font && npm run deploy",
15 "deploy": "node script/deploy.js"
16 },
17 "files": [
18 "fonts"
19 ],
20 "keywords": [
21 "svg",
22 "icon",
23 "react",
24 "font",
25 "webfont",
26 "icon",
27 "iconfont",
28 "font-face",
29 "compress",
30 "minify",
31 "font-cli",
32 "otf",
33 "ttf",
34 "woff",
35 "eot",
36 "svg",
37 "ttf2eot",
38 "ttf2woff",
39 "ttf2svg",
40 "svg2ttf",
41 "css",
42 "base64"
43 ],
44 "bugs": {
45 "url": "https://github.com/jaywcjlove/icons/issues"
46 },
47 "devDependencies": {
48 "gh-pages": "^2.0.0",
49 "loading-cli": "^1.0.8",
50 "release-it": "^12.4.3",
51 "svgtofont": "^1.6.0"
52 },
53 "license": "MIT"
54}