{
  "name": "alertifyjs",
  "version": "1.14.0",
  "description": "AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.",
  "homepage": "http://alertifyjs.com",
  "keywords": [
    "alertifyjs",
    "alert",
    "confirm",
    "prompt",
    "dialog",
    "alertify",
    "javascript framework",
    "pretty dialogs"
  ],
  "author": "Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)",
  "bugs": {
    "url": "https://github.com/MohammadYounes/AlertifyJS/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:MohammadYounes/AlertifyJS.git"
  },
  "main": "./build/alertify.js",
  "style": "./build/css/alertify.css",
  "devDependencies": {
    "autoprefixer": "^9.8.8",
    "docpad": "^6.79.4",
    "docpad-plugin-eco": "~2.1.0",
    "docpad-plugin-ghpages": "~2.4.3",
    "docpad-plugin-highlightjs": "~2.2.2",
    "docpad-plugin-livereload": "~2.6.0",
    "docpad-plugin-marked": "~2.2.1",
    "docpad-plugin-partials": "~2.9.1",
    "grunt": "~0.4.1",
    "grunt-banner": "~0.3.1",
    "grunt-cli": "~0.1",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-compress": "^2.0.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-connect": "~0.5.0",
    "grunt-contrib-copy": "x.x.x",
    "grunt-contrib-cssmin": "x.x.x",
    "grunt-contrib-jshint": "~0.6.4",
    "grunt-contrib-less": "x.x.x",
    "grunt-contrib-uglify": "~0.9.1",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-postcss": "~0.8.0",
    "grunt-rtlcss": "1.6.0"
  },
  "licenses": [
    {
      "type": "GPL 3",
      "url": "https://opensource.org/licenses/gpl-3.0"
    }
  ],
  "browserslist": [
    "last 2 versions"
  ],
  "scripts": {
    "start": "docpad run",
    "build": "grunt",
    "build:docs": "docpad generate",
    "deploy": "docpad deploy-ghpages --env static"
  }
}
