-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
32 lines (32 loc) · 928 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
{
"name": "micon-font",
"version": "3.0.168",
"style": "dist/micon/css/micon.css",
"description": "Micon, The iconic windows 10 font and CSS toolkit.",
"keywords": ["Micon", "MDL2 icons", "MDL2 web font", "icon", "font", "bootstrap", "windows 10", "windows 10 icons", "windows 10 css", "windows 10 css icons", "windows 10 web font"],
"homepage": "http://xtoolkit.github.io/Micon/",
"bugs": {
"url": "http://github.com/xtoolkit/Micon/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/xtoolkit/Micon.git"
},
"author": {
"name": "Mehdi HosseinZade",
"email": "[email protected]",
"web": "http://arshen.ir/"
},
"license": "MIT",
"devDependencies": {
"gulp": "^4.0",
"gulp-consolidate": "^0.2",
"gulp-iconfont": "^10.0",
"gulp-rename": "^1.4",
"gulp-sass": "^4.0",
"mustache": "^3.0"
},
"scripts": {
"start": "gulp mimake"
}
}