@repetere/node-holidayapi
Version:
Node.js library for Holiday API
41 lines (40 loc) • 993 B
JSON
{
"name": "@repetere/node-holidayapi",
"version": "2.0.0",
"description": "Node.js library for Holiday API",
"main": "index.js",
"scripts": {
"test": "mocha -R spec --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/repetere/node-holidayapi.git"
},
"keywords": [
"holiday",
"holidays",
"holidayapi"
],
"author": "Josh Sherman <hello@holidayapi.com> (https://holidayapi.com)",
"contributors": [
"Yaw Etse (https://repetere.ai)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/repetere/node-holidayapi/issues"
},
"homepage": "https://holidayapi.com",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.1",
"grunt": "^1.0.3",
"grunt-coveralls": "^2.0.0",
"grunt-jsdoc": "^2.2.1",
"grunt-mocha-cov": "^0.4.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-simple-mocha": "^0.4.1",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0"
}
}