fontello-batch-cli
Version:
Batch command line interface for Fontello.
38 lines (37 loc) • 845 B
JSON
{
"name": "fontello-batch-cli",
"version": "4.0.0",
"description": "Batch command line interface for Fontello.",
"main": "fontello-batch-cli.js",
"bin": {
"fontello-batch-cli": "fontello-batch-cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luchenatwork/Fontello-Batch-CLI.git"
},
"keywords": [
"svg",
"woff",
"woff2",
"fontello",
"cli",
"font",
"icon"
],
"author": "Chen Lu",
"license": "MIT",
"bugs": {
"url": "https://github.com/luchenatwork/Fontello-Batch-CLI/issues"
},
"homepage": "https://github.com/luchenatwork/Fontello-Batch-CLI#readme",
"dependencies": {
"argparse": "^1.0.10",
"lodash": "^4.17.15",
"needle": "^2.4.0",
"open": "^6.4.0",
"svgpath": "^2.2.2",
"unzip": "^0.1.11",
"xmldom": "^0.1.27"
}
}