-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1007 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1007 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
38
39
40
{
"name": "[9:58:41 AM] Trevor Orr: gulp-Woff2LessFont64",
"version": "0.0.1",
"description": "Encode base64 data from woff font-files and store the result in a less css file.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ttrevorr/gulp-Woff2LessFont64"
},
"keywords": [
"gulpplugin", "encode", "base64", "font", "css", "woff", "less"
],
"author": {
"name": "ttrevorr",
"url": "https://github.com/ttrevorr"
},
"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"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/247even/gulp-cssfont64/issues"
},
"homepage": "https://github.com/247even/gulp-cssfont64",
"_id": "gulp-Woff2LessFont64@0.0.1",
"_from": "gulp-Woff2LessFont64@"
}