{
  "name": "moment-weekday-calc",
  "version": "1.1.4",
  "homepage": "https://github.com/andruhon/moment-weekday-calc",
  "authors": [
    "Andrei Kondratev <andreik@catalyst.net.nz>"
  ],
  "description": "Weekdays calculator: calculates number of days from the given set within the given diff. For example: calculate quantity of business days in 2015 financial year starting on 1 Apr 2015",
  "main": "src/moment-weekday-calc.min.js",
  "keywords": [
    "moment",
    "business",
    "workday",
    "day",
    "week",
    "calculator"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "moment": "~2.10.2"
  }
}
