forked from DiegoZoracKy/image-data-uri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 895 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
{
"name": "image-data-uri",
"version": "2.0.1",
"description": "Library to easily decode/encode Data URI images",
"main": "./lib/image-data-uri.js",
"bin": "./bin/magicli.js",
"dependencies": {
"fs-extra": "^0.26.7",
"magicli": "0.0.8",
"mime-types": "^2.1.18",
"request": "^2.88.0"
},
"author": {
"name": "Diego ZoracKy",
"email": "[email protected]",
"url": "https://github.com/DiegoZoracKy/",
"twitter": "@diegozoracky"
},
"repository": {
"type": "git",
"url": "git://github.com/DiegoZoracKy/image-data-uri.git"
},
"bugs": "https://github.com/DiegoZoracKy/image-data-uri/issues",
"keywords": [
"image",
"data uri",
"image data uri",
"base 64",
"image base 64",
"data uri base 64"
],
"license": "MIT",
"devDependencies": {
"mocha": "^5.1.1"
},
"scripts": {
"test": "mocha"
}
}