-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 959 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
44
45
46
{
"name": "gulp-inline-image-html",
"version": "0.2.5",
"description": "A gulp task for inlining images in HTML",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js",
"lint": "standard"
},
"author": "Charles Julian Knight",
"license": "MIT",
"dependencies": {
"inline-images": "^1.0.1",
"plugin-error": "^1.0.1",
"through2": "^2.0.3"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^8.0.1",
"standard": "^12.0.1",
"vinyl": "^2.1.0"
},
"keywords": [
"gulpplugin",
"inline",
"image",
"html",
"base64"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rabidaudio/gulp-inline-image.git"
},
"standard": {
"env": [
"mocha"
]
},
"bugs": {
"url": "https://github.com/rabidaudio/gulp-inline-image/issues"
},
"homepage": "https://github.com/rabidaudio/gulp-inline-image"
}