You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
plain-ui/src/icons/mono-icons/package.json

35 lines
976 B

{
"name": "mono-icons",
"version": "1.3.1",
"description": "The Mono icon font as a separate package.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf iconfont",
"optimize": "svgo -f svg --config .svgo.yml",
"icon-font": "icon-font-generator svg/*.svg -o iconfont -p mi --height 1000 --descent 128",
"prepare": "npm run clean && mkdirp iconfont && npm run icon-font && npm run optimize",
"start": "npm run prepare"
},
"keywords": [
"icons",
"svg",
"icon set"
],
"author": "Mono",
"license": "MIT",
"devDependencies": {
"icon-font-generator": "^2.1.10",
"svgo": "^1.3.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mono-company/mono-icons.git"
},
"bugs": {
"url": "https://github.com/mono-company/mono-icons/issues"
},
"homepage": "https://github.com/mono-company/mono-icons#readme"
}