UNPKG

font-carrier-ts

Version:

字体搬运工,中文字体解决方案,iconfont

37 lines (36 loc) 800 B
{ "name": "font-carrier-ts", "version": "1.0.0", "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" } }