package.json 607 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "vm-browserify",
  3. "version": "1.1.2",
  4. "description": "vm module for the browser",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "http://github.com/substack/vm-browserify.git"
  9. },
  10. "keywords": [
  11. "vm",
  12. "browser",
  13. "eval"
  14. ],
  15. "dependencies": {},
  16. "devDependencies": {
  17. "browserify": "^16.1.1",
  18. "tape": "^4.11.0",
  19. "tape-run": "^6.0.1"
  20. },
  21. "author": {
  22. "name": "James Halliday",
  23. "email": "mail@substack.net",
  24. "url": "http://substack.net"
  25. },
  26. "scripts": {
  27. "test": "browserify test/vm.js | tape-run"
  28. },
  29. "license": "MIT"
  30. }