{
  "name": "vanilla-js-calendar",
  "version": "1.1.0",
  "description": "The lightest Javascript calendar out there, without any dependency (no jQuery).",
  "main": "dist/js-calendar.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rykdesjardins/js-calendar.git"
  },
  "keywords": [
    "calendar",
    "date",
    "javascript",
    "frontend",
    "no-dependencies",
    "vanilla-javascript",
    "agenda"
  ],
  "author": "Erik Desjardins",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rykdesjardins/js-calendar/issues"
  },
  "homepage": "https://github.com/rykdesjardins/js-calendar#readme",
  "dependencies": {
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-minify": "^0.1.4",
    "babelify": "^8.0.0"
  }
}
