forked from purplebamboo/font-carrier
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 805 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 805 Bytes
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
{
"name": "font-carrier",
"version": "0.0.5",
"description": "字体搬运工,中文字体解决方案,iconfont",
"main": "./lib/index.js",
"keywords": [
"font",
"webfont",
"font-carrier"
],
"author": "purplebamboo <xhzhuweikang@163.com>",
"dependencies": {
"jdataview": "^2.5.0",
"lodash": "^3.7.0",
"multiline": "^1.0.2",
"opentype.js": "0.4.8",
"svg2ttf": "^2.0.0",
"svg_pathify": "0.0.x",
"svgpath": "^2.0.0",
"ttf2eot": "^1.3.0",
"ttf2svg": "0.0.7",
"ttf2woff": "^1.3.0",
"xmldom": "^0.1.19"
},
"repository": {
"type": "git",
"url": "git://github.com/purplebamboo/font-carrier.git"
},
"devDependencies": {},
"scripts": {
"test": "node ./test/index.js"
},
"engines": {
"node": ">= 0.11.x"
}
}