mirror of
https://github.com/ecomfe/fontmin.git
synced 2026-01-25 14:42:33 +00:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "fontmin",
|
|
"version": "0.3.2",
|
|
"description": "Minify font seamlessly, get required glyph from ttf, convert to ttf, eot, woff, svg",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"font",
|
|
"font-face",
|
|
"compress",
|
|
"minify",
|
|
"ttf",
|
|
"woff",
|
|
"eot",
|
|
"svg",
|
|
"ttf2eot",
|
|
"ttf2woff",
|
|
"ttf2svg"
|
|
],
|
|
"author": "junmer",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://raw.githubusercontent.com/junmer/fontmin/master/LICENSE"
|
|
}
|
|
],
|
|
"repository": "https://github.com/junmer/fontmin.git",
|
|
"scripts": {
|
|
"test": "mocha --timeout=50000"
|
|
},
|
|
"dependencies": {
|
|
"b3b": "0.0.1",
|
|
"concat-stream": "^1.4.6",
|
|
"fonteditor-ttf": "0.0.4",
|
|
"is-ttf": "^0.2.0",
|
|
"lodash": "^2.4.1",
|
|
"pako": "^0.2.5",
|
|
"replace-ext": "0.0.1",
|
|
"stream-combiner": "^0.2.1",
|
|
"through2": "^0.6.1",
|
|
"vinyl": "^0.4.3",
|
|
"vinyl-fs": "^0.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"debug": "~2.0.0",
|
|
"express": "^4.11.1",
|
|
"gulp-clean": "^0.3.1",
|
|
"is-eot": "^1.0.0",
|
|
"is-svg": "^1.0.1",
|
|
"is-woff": "^1.0.1",
|
|
"jade": "~1.6.0",
|
|
"mocha": "*"
|
|
}
|
|
}
|