UNPKG

@bbqaaq/fontmin

Version:

Minify font seamlessly, font subsetter, webfont (eot, woff, svg) converter.

63 lines (62 loc) 1.32 kB
{ "name": "@bbqaaq/fontmin", "version": "0.9.7-beta.3", "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", "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec --check-leaks test/" }, "dependencies": { "b3b": "0.0.1", "buffer-to-vinyl": "^1.0.0", "concat-stream": "^1.4.6", "@bbqaaq/fonteditor-core": "1.0.3-beta", "get-stdin": "^5.0.1", "is-otf": "^0.1.2", "is-svg": "^1.1.1", "is-ttf": "^0.2.2", "lodash": "^4.11.2", "meow": "^3.0.0", "pako": "^1.0.1", "replace-ext": "0.0.1", "stream-combiner": "^0.2.1", "through2": "2.0.1", "vinyl-fs": "2.4.3" }, "devDependencies": { "chai": "^3.5.0", "gulp-clean": "^0.3.1", "is-eot": "^1.0.0", "is-woff": "^1.0.1", "istanbul": "^0.4.3", "mocha": "^2.1.0" } }