UNPKG

font-awesome-svg-png

Version:

Font Awesome split to individual SVG and PNG files of different sizes along with Node.JS based generator

34 lines (33 loc) 970 B
{ "name": "font-awesome-svg-png", "version": "1.2.2", "description": "Font Awesome split to individual SVG and PNG files of different sizes along with Node.JS based generator", "main": "font-awesome-svg-png", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "generate": "node font-awesome-svg-png.js --color black,white --png --svg --optipng" }, "author": "Damian Kaczmarek <damian@codecharm.co.uk>", "contributors": [ "Dominykas Blyžė <hello@dominykas.com>" ], "repository": { "type": "git", "url": "https://github.com/encharm/Font-Awesome-SVG-PNG" }, "bin": { "font-awesome-svg-png": "./font-awesome-svg-png.js" }, "license": "MIT", "dependencies": { "bluebird": "^2.9.13", "extend": "~1.2.1", "font-awesome": "^4.7.0", "graceful-fs": "~2.0.1", "lodash.indexby": "^3.0.0", "mkdirp": "^0.5.0", "optimist": "~0.6.0", "svgo": "0.4.4", "xml2js": "^0.4.5" } }