-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 904 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "iconfount",
"version": "2.1.1",
"description": "Create web fonts from svg files",
"main": "./src/index.js",
"bin": {
"iconfount": "./bin/fount.js"
},
"files": [
"bin/",
"doc/",
"sample/",
"scripts/",
"src/",
"templates/"
],
"scripts": {
"sample": "node bin/fount.js -c sample/config.json"
},
"keywords": [
"icon",
"font",
"css",
"svg",
"ttf",
"woff"
],
"author": "Youzan FE",
"license": "MIT",
"dependencies": {
"ajv": "4.8.2",
"base64-js": "1.2.0",
"jade": "1.11.0",
"jstransformer-stylus": "1.1.0",
"lodash": "4.16.4",
"mkdirp": "0.5.1",
"rimraf": "2.5.4",
"svg2ttf": "4.0.2",
"svgo": "^1.1.1",
"svgpath": "2.2.0",
"ttf2eot": "2.0.0",
"ttf2woff": "2.0.1",
"ttf2woff2": "2.0.3",
"winston": "2.2.0",
"xmldom": "0.1.22",
"yargs": "6.3.0"
}
}