forked from rabidaudio/gulp-inline-image-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 847 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
{
"name": "gulp-inline-image-html",
"version": "0.2.2",
"description": "A gulp task for inlining images in HTML",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js"
},
"author": "Charles Julian Knight",
"license": "MIT",
"dependencies": {
"gulp-util": "^3.0.8",
"inline-images": "^1.0.1",
"through2": "^2.0.3"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"vinyl": "^2.1.0"
},
"keywords": [
"gulpplugin",
"inline",
"image",
"html",
"base64"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/rabidaudio/gulp-inline-image.git"
},
"bugs": {
"url": "https://github.com/rabidaudio/gulp-inline-image/issues"
},
"homepage": "https://github.com/rabidaudio/gulp-inline-image"
}