package.json 533 B

123456789101112131415161718192021
  1. {
  2. "name": "blob",
  3. "description": "Abstracts out Blob and uses BlobBulder in cases where it is supported with any vendor prefix.",
  4. "version": "0.0.5",
  5. "homepage": "https://github.com/webmodules/blob",
  6. "license": "MIT",
  7. "dependencies": {},
  8. "devDependencies": {
  9. "mocha": "1.17.1",
  10. "expect.js": "0.2.0",
  11. "zuul": "1.10.2",
  12. "browserify": "4.2.3"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git://github.com/webmodules/blob.git"
  17. },
  18. "scripts": {
  19. "test": "make test"
  20. }
  21. }