-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 893 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
{
"name": "canvas-image-compressor",
"version": "2.0.3",
"description": "Simple image compressor that accept image source from Javascript FileReader. It can be used to compress images by using canvas element.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/IlkhamGaysin/canvas-image-compressor.git"
},
"keywords": [
"canvas",
"javascript",
"compress",
"image-processing",
"image-compressor",
"javascript-filereader",
"promises"
],
"author": "Ilkham Gaysin <[email protected]> (https://github.com/IlkhamGaysin)",
"license": "ISC",
"bugs": {
"url": "https://github.com/IlkhamGaysin/canvas-image-compressor/issues"
},
"homepage": "https://github.com/IlkhamGaysin/canvas-image-compressor#readme",
"devDependencies": {}
}