UNPKG

574 BJSONView Raw
1{
2 "name": "canvas-toBlob",
3 "version": "1.0.0",
4 "description": "A canvas.toBlob() implementation",
5 "main": "canvas-toBlob.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/eligrey/canvas-toBlob.js.git"
12 },
13 "keywords": [
14 "blob",
15 "polyfill",
16 "canvas"
17 ],
18 "author": "eligrey",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/eligrey/canvas-toBlob.js/issues"
22 },
23 "homepage": "https://github.com/eligrey/canvas-toBlob.js#readme"
24}