bower.json 455 B

12345678910111213141516171819
  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": ["lib/sweet-alert.js", "lib/sweet-alert.css"],
  9. "keywords": [
  10. "alert",
  11. "modal"
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "git@github.com:t4t5/sweetalert.git"
  16. },
  17. "license": "MIT"
  18. }