-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 790 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "flovalence.imagetodata",
"title": "ImageToData",
"description": "Turns images into Data URI. Press Alt-Shift-G and put the URL in the box, that's it ! \n From the project tree right click on an image and click 'Convert to data URI' and get it's dataURI",
"homepage": "https://github.com/FloValence/brackets-ImageToData",
"version": "1.5.0",
"author": "Florian Valence <florian.m.valence@gmail.com> (http://florian.valence.free.fr/)",
"engines": {
"brackets": ">=0.24.0"
},
"keywords" : [
"data",
"URI",
".png",
".jpg"
],
"contributors": [
"Lance Campbell (https://github.com/lkcampbell)",
"Florian Valence <florian.m.valence@gmail.com> (http://florian.valence.free.fr/)"
]
}