UNPKG

@getoccasion/sdk

Version:

An SDK library that enables access to Occasion's application, providing a rich DSL for creating and managing bookings.

57 lines (56 loc) 1.81 kB
{ "name": "@getoccasion/sdk", "version": "0.2.16", "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", "develop": "grunt" }, "repository": { "type": "git", "url": "git+https://github.com/GetOccasion/occasion-sdk-js.git" }, "keywords": [ "occasion", "sdk", "bookings" ], "author": "Peak Labs LLC dba Occasion, Pelle ten Cate, Kieran Klaassen", "license": "MIT", "bugs": { "url": "https://github.com/GetOccasion/occasion-sdk-js/issues" }, "homepage": "https://github.com/GetOccasion/occasion-sdk-js#readme", "dependencies": { "active-resource": "GetOccasion/activeresource.js#track_local_changes", "decimal.js-light": "^2.4.1", "moment-timezone": "^0.5.3" }, "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", "coffeescript": "^2.5.1", "grunt": "0.4.5", "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" } }