Q&D wrapper
This commit is contained in:
parent
87874b013f
commit
221e1303be
2 changed files with 71 additions and 0 deletions
20
package.json
Normal file
20
package.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "node-holidayapi",
|
||||
"version": "0.0.0",
|
||||
"description": "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"
|
||||
}
|
Reference in a new issue