123456789101112131415161718192021 |
- {
- "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"
- }
- }
|