-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 900 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
{
"name": "mct-convert-image-to-base64",
"version": "0.0.5",
"homepage": "https://github.com/gtb104/mct-convert-image-to-base64",
"author": "Geoffrey Bell <gtb104@yahoo.com> (https://gtb104.wordpress.com/)",
"description": "This Mimosa-Combine Transform package will find image URLs within stylesheets and replace the URL with a base64 representation of the linked image.",
"contributors": [
{
"name": "Geoffrey Bell",
"email": "gtb104@yahoo.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/gtb104/mct-convert-image-to-base64"
},
"devDependencies": {
"mocha": "1.9.0",
"chai": "1.5.0"
},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"keywords": [
"mimosa",
"combine",
"css",
"image",
"base64",
"encode",
"jpg",
"png",
"gif"
],
"license": "MIT",
"main": "index.js"
}