UNPKG

mbo-api

Version:

Implements the MINDBODY Online API.

53 lines (52 loc) 1.13 kB
{ "name": "mbo-api", "description": "Implements the MINDBODY Online API.", "version": "2.0.0", "homepage": "https://github.com/bicarlsen/mbo-api", "repository": { "type": "git", "url": "git://github.com/bicarlsen/mbo-api.git" }, "bugs": { "url": "http://github.com/bicarlsen/mbo-api/issues" }, "license": "ISC", "keywords": [ "mbo", "mindbody", "mindbodyonline", "mindbody online" ], "author": { "name": "Brian Carlsen", "email": "carlsen.bri@gmail.com", "url": "http://github.com/bicarlsen/" }, "main": "index.js", "scripts": { "test": "gulp test", "start": "node server.js" }, "engines": { "node": "0.10.x" }, "directories": {}, "dependencies": { "bluebird": "^3.5.3", "soap": "^0.24.0" }, "devDependencies": { "fancy-log": "^1.3.3", "gulp": "4.x", "gulp-env": "^0.4.0", "gulp-istanbul": "1.x", "gulp-jshint": "^2.1.0", "gulp-mocha": "6.x", "gulp-util": "^3.0.8", "jshint": "^2.10.1", "jshint-stylish": "^2.2.1", "should": "^5.2.0", "sinon": "^6.3.5", "supertest": "^3.4.2" } }