-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
34 lines (34 loc) · 976 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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"
}