-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.12 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "light-icons",
"version": "1.0.12",
"description": "Handpicked collection of premium & lightweight icons as font",
"author": "Pulkit Aggarwal <pulkit.cloud@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/lightvue/light-icons.git"
},
"homepage": "https://icons.lightvue.org/",
"scripts": {
"release": "release-it --no-git.requireCleanWorkingDir",
"font": "node script/build.js",
"dev": "cd docs && npm run dev",
"build": "npm run font",
"build-docs": "cd docs && npm install && npm run build && npm run generate",
"trace": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz"
},
"keywords": [
"svg",
"icon",
"react",
"font",
"webfont",
"icon",
"iconfont",
"font-face",
"compress",
"minify",
"font-cli",
"otf",
"ttf",
"woff",
"eot",
"svg",
"ttf2eot",
"ttf2woff",
"ttf2svg",
"svg2ttf",
"css",
"base64",
"brand"
],
"devDependencies": {
"loading-cli": "1.1.0",
"svgtofont": "2.1.0"
},
"license": "MIT",
"dependencies": {
"release-it": "^15.11.0"
}
}