{
  "name": "jquery-callback-calendar",
  "version": "1.0.21",
  "description": "jQuery Callback Calendar",
  "main": "index.html",
  "keywords": [
    "jquery-plugin",
    "calendar",
    "month"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "",
    "postpublish": "npm run push",
    "preversion": "",
    "postversion": "npm run build && git add . && git commit -m \"Updating version\"",
    "push": "git push && git push live && git push --tags && git push --tags",
    "build": "grunt",
    "deploy": "git add . && git commit && npm version patch && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spikeon/jquery-calendar.git"
  },
  "author": {
    "name": "Michael Flynn",
    "email": "mflynn@flynndev.us"
  },
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/spikeon/jquery-calendar/issues"
  },
  "homepage": "https://github.com/spikeon/jquery-calendar#readme",
  "devDependencies": {
    "babel-preset-babili": "0.0.12",
    "babel-preset-es2015": "6.24.0",
    "grunt": "~0.4.5",
    "grunt-babel": "6.0.0",
    "grunt-banner": "0.6.0",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-nodeunit": "~0.4.1",
    "grunt-contrib-sass": "1.0.0",
    "grunt-contrib-uglify": "~0.5.0",
    "load-grunt-tasks": "3.5.2",
    "npm-auto-version": "1.0.0"
  },
  "peerDependencies": {
    "bootstrap": "3.3.7",
    "font-awesome": "4.7.0",
    "jquery": "3.2.1",
    "jquery-ui": "1.12.1"
  },
  "githuburl": "https://github.com/spikeon/jquery-calendar",
  "npmurl": "https://www.npmjs.com/package/jquery-callback-calendar",
  "liveurl": "http://flynndev.us/projects/jquery-calendar",
  "featured": true,
  "tags": [
    "Bootstrap",
    "jQuery",
    "Node.js",
    "jQuery UI",
    "ES2015",
    "NPM",
    "Font Awesome"
  ]
}
