fis3-command-svg-converter
Version:
converter svg icons to webfont file
54 lines (53 loc) • 1.13 kB
JSON
{
"name": "fis3-command-svg-converter",
"description": "converter svg icons to webfont file",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/misterapp/fis3-command-svg-converter"
},
"bugs": {
"url": "https://github.com/misterapp/fis3-command-svg-converter/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/misterapp/fis3-command-svg-converter/blob/master/License"
}
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"async": "^2.2.0",
"del": "^2.2.2",
"glob": "~4.3.1",
"lodash": "~2.4.1",
"memorystream": "~0.2.0",
"mkdirp": "~0.5.0",
"svg2ttf": "~1.2.0",
"svgicons2svgfont": "1.0.0",
"svgo": "~0.5.0",
"ttf2eot": "~1.3.0",
"ttf2woff": "~1.3.0",
"ttf2woff2": "~2.0.3",
"underscore.string": "~2.4.0",
"winston": "~0.8.3",
"xml2js": "~0.4.17"
},
"keywords": [
"font",
"converter",
"iconfont",
"webfont",
"font-face",
"woff",
"ttf",
"svg",
"eot",
"truetype",
"css",
"icon"
]
}