{
  "name": "bootstrap-sweetalert",
  "description": "A beautiful 'replacement' for JavaScript's alert",
  "version": "1.0.1",
  "main": "dist/sweetalert.js",
  "homepage": "http://lipis.github.io/bootstrap-sweetalert/",
  "author": "Panayiotis Lipiridis <lipiridis@gmail.com>",
  "contributors": [
    "Alessandro Chitolina <alekitto@gmail.com>"
  ],
  "scripts": {
    "pretest": "bower install && grunt compile",
    "test": "grunt test"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/lipis/bootstrap-sweetalert"
  },
  "keywords": [
    "sweetalert",
    "alert",
    "modal",
    "popup"
  ],
  "dependencies": {
    "bootstrap": "~3"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.6.0",
    "babelify": "^7.3.0",
    "grunt": "~0",
    "grunt-browserify": "^5.0.0",
    "grunt-contrib-connect": "~0",
    "grunt-contrib-less": "~0.10",
    "grunt-contrib-qunit": "^1.2.0",
    "grunt-contrib-uglify": "~0",
    "grunt-contrib-watch": "~0",
    "grunt-open": "~0",
    "grunt-wrap": "^0.3.0",
    "load-grunt-tasks": "~0"
  }
}
