-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 762 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 762 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
{
"name": "gulp-js-base64-inject",
"version": "1.0.0",
"description": "Gulp plugin for injecting image files back into JS code as strings",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bbottema/gulp-js-base64-inject.git"
},
"keywords": [
"gulpplugin",
"js-bas64-inject",
"embed-data"
],
"author": "Benny Bottema <b.bottema@projectnibble.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bbottema/gulp-js-base64-inject/issues"
},
"homepage": "https://github.com/bbottema/gulp-js-base64-inject",
"dependencies": {
"through2": "^0.6.5",
"xtend": "^4.0.0",
"mime": "1.3.4"
}
}