fontellizr
Version:
Module to generate fontello webfont from svg set
38 lines (37 loc) • 829 B
JSON
{
"name": "fontellizr",
"version": "1.4.5",
"description": "Module to generate fontello webfont from svg set",
"main": "lib/index.js",
"bin": "./bin/fontellizr.js",
"scripts": {
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "git@github.com:atomiomi/fontellizr.git"
},
"bugs": {
"url": "https://github.com/atomiomi/fontellizr/issues"
},
"author": "Ablay Keldibek <atomio.ak@gmail.com>",
"license": "MIT",
"keywords": [
"fontello",
"webfont",
"svg"
],
"dependencies": {
"decompress": "4.2.0",
"lodash": "^4.17.15",
"needle": "^2.4.0",
"ora": "^4.0.2",
"svgpath": "^2.2.2",
"xmldom": "0.1.27"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
}
}