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 846B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "es6-shim",
  3. "repo": "paulmillr/es6-shim",
  4. "description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
  5. "keywords": [
  6. "ecmascript",
  7. "harmony",
  8. "es6",
  9. "shim",
  10. "promise",
  11. "promises",
  12. "setPrototypeOf",
  13. "map",
  14. "set",
  15. "__proto__"
  16. ],
  17. "main": "es6-shim.js",
  18. "scripts": [
  19. "es6-shim.js"
  20. ],
  21. "dependencies": {},
  22. "development": {},
  23. "ignore": [
  24. "**/.*",
  25. "node_modules",
  26. "components",
  27. "test"
  28. ],
  29. "homepage": "https://github.com/paulmillr/es6-shim",
  30. "version": "0.35.4",
  31. "_release": "0.35.4",
  32. "_resolution": {
  33. "type": "version",
  34. "tag": "0.35.4",
  35. "commit": "271142ca5c58b7bfec6970b1c070515da0d8ef98"
  36. },
  37. "_source": "https://github.com/paulmillr/es6-shim.git",
  38. "_target": "^0.35.4",
  39. "_originalSource": "es6-shim"
  40. }