-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 850 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
41
{
"name": "gulp-inline-fonts",
"version": "1.2.1",
"description": "Convert your fonts into css",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:jalkoby/gulp-inline-fonts.git"
},
"keywords": [
"gulp",
"font",
"css",
"base64",
"inline"
],
"author": "Sergey Pchelintsev",
"license": "MIT",
"bugs": {
"url": "https://github.com/jalkoby/gulp-inline-fonts/issues"
},
"homepage": "https://github.com/jalkoby/gulp-inline-fonts",
"dependencies": {
"mime": "^1.3.4",
"plugin-error": "^1.0.1",
"through2": "^0.6.3",
"vinyl": "^2.2.0"
},
"devDependencies": {
"gulp": ">= 4.0",
"mocha": "^6.1.4",
"should": "^13.2.3",
"stream-assert": "^2.0.3"
},
"peerDependencies": {
"gulp": ">= 3.0"
}
}