fontmin/package.json
2015-12-24 00:09:05 +08:00

61 lines
1.2 KiB
JSON

{
"name": "fontmin",
"version": "0.9.1",
"description": "Minify font seamlessly, font subsetter, webfont (eot, woff, svg) converter.",
"main": "index.js",
"keywords": [
"font",
"webfont",
"icon",
"iconfont",
"font-face",
"compress",
"minify",
"font-cli",
"otf",
"ttf",
"woff",
"eot",
"svg",
"ttf2eot",
"ttf2woff",
"ttf2svg",
"svg2ttf",
"css",
"base64"
],
"author": "junmer",
"license": "MIT",
"repository": "ecomfe/fontmin",
"bin": {
"fontmin": "cli.js"
},
"scripts": {
"test": "mocha --timeout=50000"
},
"dependencies": {
"b3b": "0.0.1",
"buffer-to-vinyl": "^1.0.0",
"concat-stream": "^1.4.6",
"fonteditor-core": "0.0.4",
"get-stdin": "^4.0.1",
"is-otf": "^0.1.1",
"is-svg": "^1.1.1",
"is-ttf": "^0.2.1",
"lodash": "^3.2.0",
"meow": "^3.0.0",
"pako": "^0.2.6",
"replace-ext": "0.0.1",
"stream-combiner": "^0.2.1",
"through2": "^0.6.1",
"vinyl-fs": "^1.0.0"
},
"devDependencies": {
"chai": "^2.0.0",
"gulp-clean": "^0.3.1",
"is-eot": "^1.0.0",
"is-woff": "^1.0.1",
"mocha": "^2.1.0"
}
}