.bower.json 747 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "sweetalert",
  3. "homepage": "http://tristanedwards.me/sweetalert",
  4. "authors": [
  5. "Tristan Edwards <tristan.edwards@me.com> (http://tristanedwards.me)"
  6. ],
  7. "description": "A beautiful replacement for JavaScript's alert.",
  8. "main": [
  9. "lib/sweet-alert.js",
  10. "lib/sweet-alert.css"
  11. ],
  12. "keywords": [
  13. "alert",
  14. "modal"
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "git@github.com:t4t5/sweetalert.git"
  19. },
  20. "license": "MIT",
  21. "version": "0.4.2",
  22. "_release": "0.4.2",
  23. "_resolution": {
  24. "type": "version",
  25. "tag": "v0.4.2",
  26. "commit": "ee05a73d6b80c580f1dbf05a8dbef91d8ade5a47"
  27. },
  28. "_source": "git://github.com/t4t5/sweetalert.git",
  29. "_target": "~0.4.2",
  30. "_originalSource": "sweetalert"
  31. }