20 lines
612 B
JSON
20 lines
612 B
JSON
{
|
|
"name": "node-holidayapi",
|
|
"version": "1.0.3",
|
|
"description": "DEPRECATED -- Official Node.js library for Holiday API",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/joshtronic/node-holidayapi.git"
|
|
},
|
|
"keywords": [ "holiday", "holidays", "holidayapi" ],
|
|
"author": "Josh Sherman <hello@holidayapi.com> (https://holidayapi.com)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/joshtronic/node-holidayapi/issues"
|
|
},
|
|
"homepage": "https://holidayapi.com"
|
|
}
|