mindbody-sdk
Version:
A Node.js client for the MINDBODY API
28 lines • 609 B
JSON
{
"name": "mindbody-sdk",
"version": "1.0.4",
"description": "A Node.js client for the MINDBODY API",
"main": "./lib/mindbody-sdk",
"author": {
"name": "Will Greene",
"email": "itsme@justwillgreene.com"
},
"repository": {
"type": "git",
"url": "git://github.com/justwillgreene/mindbody.git"
},
"dependencies": {
"isomorphic-unfetch": "^3.0.0",
"querystring": "^0.2.0"
},
"license": "MIT",
"keywords": [
"api",
"mbo",
"mindbodyonline",
"mindbody online",
"mindbody",
"sdk"
],
"readmeFilename": "README.md"
}