bower.json 546 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
{
  "name": "sweetalert",
  "homepage": "http://tristanedwards.me/sweetalert",
  "authors": [
    "Tristan Edwards <tristan.edwards@me.com> (http://tristanedwards.me)"
  ],
  "description": "A beautiful replacement for JavaScript's alert.",
  "main": [
    "dist/sweetalert.min.js",
    "dist/sweetalert.css"
  ],
  "keywords": [
    "alert",
    "modal"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:t4t5/sweetalert.git"
  },
  "license": "MIT",
  "devDependencies": {
    "qunit": "~1.18.0",
    "jquery": "~2.1.4"
  }
}