UNPKG

workwork

Version:

Lists the working days between two dates, taking into account holidays.

32 lines (31 loc) 641 B
{ "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" } }