-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 879 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
42
43
{
"name": "gulp-sassfont64",
"version": "0.0.1",
"description": "Create base64 data from font files and group them into appropriate font families",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ovidius72/gulp-sassfont64"
},
"keywords": [
"gulpplugin",
"encode",
"base64",
"font",
"css",
"ttf",
"otf"
],
"author": {
"name": "Antonio Pantano",
"email": "[email protected]",
"url": "https://github.com/ovidius72"
},
"license": "MIT",
"dependencies": {
"gulp-util": "~2.2.14",
"through2": "~0.4.1",
"cheerio": "~0.13.1",
"mime": "~1.2.1"
},
"devDependencies": {
"mocha": "~1.17.1"
},
"engines": {
"node": ">=0.10"
},
"bugs": {
"url": "https://github.com/ovidius72/gulp-sassfont64/issues"
},
}