bower.json 545 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "amber-compat-es5",
  3. "version": "0.1.1",
  4. "homepage": "https://github.com/amber-smalltalk/amber-compat-es5",
  5. "authors": [
  6. "Herbert Vojčík <herby@mailbox.sk>"
  7. ],
  8. "description": "Enforces loading of es5-shim and es5-sham before loading Amber",
  9. "keywords": [
  10. "Amber",
  11. "Smalltalk",
  12. "compatibility",
  13. "es5",
  14. "shim",
  15. "sham"
  16. ],
  17. "license": "MIT",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "bower_components",
  22. "test",
  23. "tests"
  24. ],
  25. "dependencies": {
  26. "es5-shim": "^4.0.5"
  27. }
  28. }