package.json 580 B

123456789101112131415161718192021222324
  1. {
  2. "name": "setprototypeof",
  3. "version": "1.0.3",
  4. "description": "A small polyfill for Object.setprototypeof",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/wesleytodd/setprototypeof.git"
  12. },
  13. "keywords": [
  14. "polyfill",
  15. "object",
  16. "setprototypeof"
  17. ],
  18. "author": "Wes Todd",
  19. "license": "ISC",
  20. "bugs": {
  21. "url": "https://github.com/wesleytodd/setprototypeof/issues"
  22. },
  23. "homepage": "https://github.com/wesleytodd/setprototypeof"
  24. }