node-calendly-sdk
Version:
A wrapper SDK in nodejs for the calendly API
33 lines (32 loc) • 740 B
JSON
{
"name": "node-calendly-sdk",
"version": "1.0.9",
"description": "A wrapper SDK in nodejs for the calendly API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethanwillis/calendly-node-sdk.git"
},
"keywords": [
"calendly",
"node",
"api",
"wrapper",
"sdk",
"nodejs",
"javascript"
],
"author": "Ethan Willis",
"license": "ISC",
"bugs": {
"url": "https://github.com/ethanwillis/calendly-node-sdk/issues"
},
"homepage": "https://github.com/ethanwillis/calendly-node-sdk#readme",
"dependencies": {
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}