mirror of
https://github.com/nolanlawson/blob-util.git
synced 2025-12-08 19:46:19 +00:00
31 lines
542 B
JSON
31 lines
542 B
JSON
{
|
|
"name": "blob-util",
|
|
"version": "1.1.1",
|
|
"description": "Utilities for working with Blob objects in the browser",
|
|
"homepage": "https://github.com/nolanlawson/blob-util",
|
|
"authors": [
|
|
"Nolan Lawson <nolan.lawson@gmail.com>"
|
|
],
|
|
"main": "dist/blob-util.js",
|
|
"moduleType": [
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"blob",
|
|
"blobs",
|
|
"binary",
|
|
"util",
|
|
"utils"
|
|
],
|
|
"license": "Apache",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"vendor",
|
|
"doc"
|
|
]
|
|
}
|