.bower.json 806 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "es6-promise",
  3. "namespace": "Promise",
  4. "description": "A polyfill for ES6-style Promises, tracking rsvp",
  5. "authors": [
  6. "Stefan Penner <stefan.penner@gmail.com>"
  7. ],
  8. "main": "./es6-promise.js",
  9. "keywords": [
  10. "promise"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/stefanpenner/es6-promise.git"
  15. },
  16. "bugs": {
  17. "url": "https://github.com/stefanpenner/es6-promise/issues"
  18. },
  19. "license": "MIT",
  20. "homepage": "https://github.com/components/es6-promise",
  21. "version": "4.2.4",
  22. "_release": "4.2.4",
  23. "_resolution": {
  24. "type": "version",
  25. "tag": "v4.2.4",
  26. "commit": "c7911b0f272651dca8c3163704fd39628ed4283a"
  27. },
  28. "_source": "https://github.com/components/es6-promise.git",
  29. "_target": ">=4.2.4",
  30. "_originalSource": "es6-promise"
  31. }