calendario
Version:
Check if a day is a workday or holiday
37 lines (36 loc) • 910 B
JSON
{
"name": "calendario",
"version": "1.1.4",
"description": "Check if a day is a workday or holiday",
"main": "index.js",
"scripts": {
"test": "make test",
"coverage": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --recursive",
"ci": "npm run-script coverage && node ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "https://github.com/raphamorim/calendario"
},
"keywords": [
"calendar",
"holidays",
"workdays",
"ics",
"ical"
],
"author": "Raphael Amorim",
"license": "MIT",
"bugs": {
"url": "https://github.com/raphamorim/calendario/issues"
},
"homepage": "https://github.com/raphamorim/calendario",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.14",
"mocha": "^2.2.1"
},
"dependencies": {
"ical2json": "^0.2.0"
}
}