{
  "name": "calendar-ops",
  "version": "1.0.0",
  "description": "JS library for operations with days, weeks, months and years. Configure weekends and holidays.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vasanthps/calendar.js.git"
  },
  "keywords": [
    "calendar",
    "holiday",
    "weekends",
    "js",
    "moment",
    "momentjs"
  ],
  "author": "Vasanth Sriram",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vasanthps/calendar.js/issues"
  },
  "homepage": "https://github.com/vasanthps/calendar.js#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
    "babel-preset-env": "^1.6.1"
  },
  "dependencies": {
    "babel-loader": "^7.1.2",
    "moment": "^2.19.2"
  }
}
