{
  "name": "workwork",
  "version": "0.2.0",
  "description": "Lists the working days between two dates, taking into account holidays.",
  "main": "index.js",
  "scripts": {
    "test": "nodeunit test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wombleton/workwork"
  },
  "keywords": [
    "working-days",
    "holidays",
    "work",
    "days",
    "dates"
  ],
  "author": "Rowan Crawford <wombleton@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "liberty": "^0.2.0",
    "lodash": "^2.4.2",
    "moment": "^2.10.2",
    "rrule": "^2.1.0"
  },
  "devDependencies": {
    "nodeunit": "^0.9.0"
  }
}
