fontello-cli
Version:
Command line interface for Fontello.
38 lines (37 loc) • 742 B
JSON
{
"name": "fontello-cli",
"description": "Command line interface for Fontello.",
"url": "https://github.com/paulyoung/fontello-cli",
"keywords": [
"cli",
"fontello",
"font",
"icon"
],
"version": "0.6.2",
"bin": {
"fontello-cli": "./bin/fontello-cli"
},
"main": "./lib/fontello",
"engines": {
"node": ">=8"
},
"dependencies": {
"colors": "^1.4.0",
"open": "^7.0.0",
"commander": "^3.0.0",
"needle": "^2.4.0",
"mkdirp": "^1.0.4",
"unzipper": "^0.10.5"
},
"devDependencies": {
"coffeescript": "^2.5.1"
},
"scripts": {
"build": "coffee -c -o lib src"
},
"repository": {
"type": "git",
"url": "https://github.com/paulyoung/fontello-cli.git"
}
}