{
  "name": "occasion-sdk",
  "version": "0.2.3",
  "description": "An SDK library that enables access to Occasion's application, providing a rich DSL for creating and managing bookings.",
  "main": "build/occasion-sdk.js",
  "scripts": {
    "test": "grunt spec",
    "build": "grunt build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GetOccasion/occasion-sdk-js.git"
  },
  "keywords": [
    "occasion",
    "sdk",
    "bookings"
  ],
  "author": "Peak Labs, LLC, DBA Occasion App",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GetOccasion/occasion-sdk-js/issues"
  },
  "homepage": "https://github.com/GetOccasion/occasion-sdk-js#readme",
  "dependencies": {
    "active-resource": "https://github.com/GetOccasion/activeresource.js.git",
    "decimal.js-light": "^2.4.1",
    "moment": "^2.22.1",
    "moment-timezone-with-data-2010-2020": "^0.4.0"
  },
  "engine": "node >= 0.10",
  "devDependencies": {
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "grunt": "0.x.x",
    "grunt-babel": "^6.0.0",
    "grunt-contrib-clean": "0.5.x",
    "grunt-contrib-coffee": "0.7.x",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "0.4.x",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jasmine": "1.0.3",
    "grunt-contrib-uglify": "0.2.x",
    "grunt-contrib-watch": "0.5.x",
    "grunt-template-jasmine-requirejs": "^0.2.3",
    "grunt-umd": "^2.4.0",
    "jasmine-ajax": "^3.2.0",
    "jasmine-expect-moment": "^0.1.1",
    "jasmine-jquery": "^2.1.1",
    "jasmine-promises": "^0.4.1",
    "jquery": "^3.2.1",
    "moxios": "git+https://github.com/nicklandgrebe/moxios.git"
  }
}
