blob
Version:
Abstracts out Blob and uses BlobBuilder in cases where it is supported with any vendor prefix.
25 lines (24 loc) • 548 B
JSON
{
"name": "blob",
"description": "Abstracts out Blob and uses BlobBuilder in cases where it is supported with any vendor prefix.",
"version": "0.1.0",
"homepage": "https://github.com/amitport/blob",
"license": "MIT",
"main": "index.js",
"module": "main.js",
"dependencies": {
"esm": "^3.2.25"
},
"devDependencies": {
"chai": "^4.2.0",
"expect.js": "^0.3.1",
"mocha": "^7.0.1"
},
"repository": {
"type": "git",
"url": "git://github.com/amitport/blob.git"
},
"scripts": {
"test": "mocha"
}
}