-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (48 loc) · 1.23 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "gulp-iconfont-css-and-template",
"version": "1.0.21",
"description": "基于gulp-iconfont和gulp-iconfont-css源码修改的组件,用于生成iconfont及字体图标及查看模板。解决生成的字体图标不方便查看的问题",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"iconfont",
"iconfont-template",
"iconfont-css"
],
"dependencies": {
"gulp-util": "~3.0.6",
"consolidate": "~0.13.1",
"lodash": "~3.10.0"
},
"files": [
"README.md",
"index.js",
"templates/"
],
"devDependencies": {
"gulp": "~3.9.0",
"gulp-iconfont": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/flftfqwxf/gulp-iconfont-css-and-template.git"
},
"author": {
"name": "leixianhua",
"email": "120377576@qq.com"
},
"homepage": "https://github.com/flftfqwxf/gulp-iconfont-css-and-template",
"bugs": {
"url": "https://github.com/flftfqwxf/gulp-iconfont-css-and-template/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"_id": "gulp-iconfont-template@1.0.21",
"_shasum": "5ba60d4fcbed6daf101f5beec1f52477aabb3fdb",
"_from": "gulp-iconfont-template@*"
}