-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 918 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
35
36
37
38
39
40
{
"name": "iconfont-generator",
"version": "0.1.0",
"homepage": "https://github.com/semdy/iconfont-generator",
"repository": {
"type": "git",
"url": "[email protected]:semdy/iconfont-generator.git"
},
"description": "iconfont generator build width gulp-iconfont",
"scripts": {
"start": "gulp start",
"build": "gulp build"
},
"private": true,
"keywords": [
"svg symbol",
"icon font",
"font base64",
"svg",
"gulp"
],
"author": "semdy <[email protected]>",
"license": "MIT",
"dependencies": {
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-consolidate": "^0.2.0",
"gulp-iconfont": "^8.0.1",
"gulp-rename": "^1.2.2",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^6.1.1",
"gulp-util": "^3.0.8",
"lodash": "^4.17.2",
"through2": "^2.0.3"
},
"devDependencies": {
"browser-sync": "^2.18.2"
}
}