package.json 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "es5-shim",
  3. "version": "2.0.2",
  4. "description": "ES5 as implementable on previous engines",
  5. "homepage": "http://github.com/kriskowal/es5-shim/",
  6. "contributors": [
  7. "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
  8. "Sami Samhuri <sami.samhuri@gmail.com> (http://samhuri.net/)",
  9. "Florian Schäfer <florian.schaefer@gmail.com> (http://github.com/fschaefer)",
  10. "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
  11. "Kit Cambridge <kitcambridge@gmail.com> (http://kitcambridge.github.com)"
  12. ],
  13. "bugs": {
  14. "mail": "kris@cixar.com",
  15. "url": "http://github.com/kriskowal/es5-shim/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "http://github.com/kriskowal/es5-shim/raw/master/LICENSE"
  21. }
  22. ],
  23. "main": "es5-shim.js",
  24. "repository": {
  25. "type": "git",
  26. "url": "http://github.com/kriskowal/es5-shim.git"
  27. },
  28. "engines": {
  29. "node": ">=0.2.0"
  30. }
  31. }