blob-util/bower.json
Nolan Lawson 9f8682dd6e 1.1.1
2014-12-11 19:55:12 -05:00

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"
]
}