brand-ui-icons
Version:
> This Project is in development!
36 lines (35 loc) • 749 B
JSON
{
"dependencies": {
"svgtofont": "^3.23.1"
},
"name": "brand-ui-icons",
"description": "",
"version": "0.1.2",
"main": "index.js",
"devDependencies": {},
"scripts": {
"font": "svgtofont --sources ./svg --output ./font --fontName uiw-font"
},
"svgtofont": {
"css": {
"fontSize": "12px"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/brand-ui-framework/brand-ui-icons.git"
},
"keywords": [
"Brand",
"UI",
"Framework",
"CSS",
"Icons"
],
"author": "Colin Grahm",
"license": "MIT",
"bugs": {
"url": "https://github.com/brand-ui-framework/brand-ui-icons/issues"
},
"homepage": "https://github.com/brand-ui-framework/brand-ui-icons#readme"
}