-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 758 Bytes
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
{
"name": "gulp-iconfont-css",
"version": "3.0.0",
"description": "Generate (S)CSS file for icon font created with Gulp",
"license": "MIT",
"repository": "backflip/gulp-iconfont-css",
"author": "Thomas Jaggi, Nicolas Froidure",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "mocha"
},
"main": "./index.js",
"keywords": [
"gulpplugin",
"gulp",
"icon",
"font",
"scss",
"css"
],
"dependencies": {
"consolidate": "^0.15.1",
"lodash": "^4.17.11",
"plugin-error": "^1.0.1",
"vinyl": "^2.2.0"
},
"devDependencies": {
"del": "^3.0.0",
"event-stream": "3.3.4",
"gulp": "^4.0.0",
"gulp-iconfont": "^10.0.2",
"mocha": "^5.2.0",
"object-assign": "^4.0.1"
}
}