package.json 351 B

123456789101112131415
  1. {
  2. "name": "webwackify",
  3. "version": "0.1.6",
  4. "description": "launch a web worker that can require() in the browser with browserify and webpack",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "repository": {
  8. "type": "git",
  9. "url": "git@github.com:videojs/webwackify.git"
  10. },
  11. "author": {
  12. "name": "Matt Neil"
  13. },
  14. "license": "MIT"
  15. }