This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/blob/package.json

22 lines
533 B
JSON

{
"name": "blob",
"description": "Abstracts out Blob and uses BlobBulder in cases where it is supported with any vendor prefix.",
"version": "0.0.5",
"homepage": "https://github.com/webmodules/blob",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"mocha": "1.17.1",
"expect.js": "0.2.0",
"zuul": "1.10.2",
"browserify": "4.2.3"
},
"repository": {
"type": "git",
"url": "git://github.com/webmodules/blob.git"
},
"scripts": {
"test": "make test"
}
}