You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.bower.json 967B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "es6-promise",
  3. "namespace": "Promise",
  4. "version": "2.3.0",
  5. "description": "A polyfill for ES6-style Promises, tracking rsvp",
  6. "authors": [
  7. "Stefan Penner <stefan.penner@gmail.com>"
  8. ],
  9. "main": "dist/es6-promise.js",
  10. "keywords": [
  11. "promise"
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/jakearchibald/ES6-Promises.git"
  16. },
  17. "bugs": {
  18. "url": "https://github.com/jakearchibald/ES6-Promises/issues"
  19. },
  20. "license": "MIT",
  21. "ignore": [
  22. "node_modules",
  23. "bower_components",
  24. "test",
  25. "tests",
  26. "vendor",
  27. "tasks"
  28. ],
  29. "homepage": "https://github.com/jakearchibald/es6-promise",
  30. "_release": "2.3.0",
  31. "_resolution": {
  32. "type": "version",
  33. "tag": "2.3.0",
  34. "commit": "fcbab11a1a981eb2290bfff89017cb764335a2a5"
  35. },
  36. "_source": "https://github.com/jakearchibald/es6-promise.git",
  37. "_target": "2.3.0",
  38. "_originalSource": "https://github.com/jakearchibald/es6-promise.git"
  39. }