forked from rabidaudio/gulp-inline-image-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 822 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
{
"name": "gulp-inline-image-html",
"version": "0.2.0",
"description": "A gulp task for inlineing images in HTML",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js"
},
"author": "Charles Julian Knight",
"license": "MIT",
"dependencies": {
"gulp-util": "^3.0.4",
"inline-images": "^1.0.1"
},
"devDependencies": {
"chai": "^2.1.1",
"mocha": "^2.2.0",
"vinyl": "^0.4.6"
},
"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"
}