{
  "name": "abl-booking-calendar",
  "version": "0.0.25",
  "description": "",
  "repository": {
    "url": ""
  },
  "scripts": {
    "pull": "git checkout master && git pull origin master",
    "push": "git push origin master --tags && npm publish",
    "commit": "git commit -a -m ${1}",
    "release": "release () { npm run pull && if [ -z $1 ]; then npm version patch; else npm version $1; fi && npm run push; }; release",
    "build:jenkins": "gulp clone; gulp tags; gulp dist",
    "build:staging": "cp .env.staging .env; gulp dist; cp .env.local .env",
    "build:prod": "cp .env.prod .env; gulp dist; cp .env.local .env",
    "deploy:staging": "npm run build:staging && gulp deploy:staging",
    "deploy:prod": "npm run build:prod && gulp deploy:prod",
    "dev": "gulp dev",
    "dist": "gulp dist",
    "staging": "gulp staging",
    "demo": "gulp demo",
    "prod": "gulp prod",
    "test": "karma start"
  },
  "eslintConfig": {
    "root": true
  },
  "dependencies": {
    "PayzenJS": "^1.0.5",
    "angular": "1.5.8",
    "angular-animate": "1.5.8",
    "angular-aria": "1.5.8",
    "angular-card": "0.3.7",
    "angular-cookies": "1.5.8",
    "angular-indexed-db": "1.0.1",
    "angular-material": "1.1.1",
    "angular-material-calendar": "0.2.14",
    "angular-material-icons": "0.7.1",
    "angular-messages": "1.5.8",
    "angular-mocks": "1.5.8",
    "angular-sanitize": "1.5.8",
    "angular-socket-io": "0.7.0",
    "angular-stripe": "4.2.12",
    "angular-tooltips": "1.1.10",
    "angular-truncate-2": "0.4.2",
    "angular-ui-bootstrap": "2.5.0",
    "angular-ui-router": "0.3.1",
    "angularjs-slider": "6.0.0",
    "babel-config-abl": "git://github.com/bucket-list/babel-config-abl.git#v0.0.16",
    "card": "^2.1.1",
    "dropzone": "^4.3.0",
    "feathers-client": "1.6.1",
    "feathers-reactive": "^0.4.1",
    "gh-pages": "0.12.0",
    "gulp": "^3.9.1",
    "jquery": "3.1.1",
    "lodash": "^3.10.1",
    "moment": "2.15.1",
    "moment-timezone": "^0.5.13",
    "ng-device-detector": "3.0.1",
    "ng-feathers": "1.6.1",
    "ngdropzone": "2.0.1",
    "ngstorage": "^0.3.11",
    "npm": "^5.8.0",
    "rx-angular": "^1.1.3",
    "rxjs": "^5.4.2",
    "socket.io": "1.5.0",
    "socket.io-client": "^1.7.2",
    "svg-morpheus": "^0.3.0",
    "ui-leaflet": "2.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-eslint": "^5.0.0-beta6",
    "babel-preset-es2015": "^6.3.13",
    "browser-sync": "^2.17.5",
    "connect-history-api-fallback": "^1.3.0",
    "del": "^2.2.2",
    "dom-urls": "^1.1.0",
    "dotenv": "^1.2.0",
    "gulp-angular-components": "0.0.6",
    "gulp-angular-filesort": "^1.1.1",
    "gulp-angular-templatecache": "^1.9.1",
    "gulp-assets": "^0.2.2",
    "gulp-autoprefixer": "^3.1.1",
    "gulp-babel": "^6.1.2",
    "gulp-chmod": "2.0.0",
    "gulp-clean-css": "^2.0.13",
    "gulp-concat": "^2.6.0",
    "gulp-consolidate": "^0.1.2",
    "gulp-develop-server": "^0.5.2",
    "gulp-eslint": "^1.1.1",
    "gulp-filter": "^3.0.1",
    "gulp-git": "^2.2.0",
    "gulp-html-replace": "^1.6.1",
    "gulp-iconfont": "^5.0.1",
    "gulp-if": "^2.0.1",
    "gulp-if-else": "^1.0.3",
    "gulp-inject": "^4.2.0",
    "gulp-load-plugins": "1.4.0",
    "gulp-minify-html": "^1.0.6",
    "gulp-ng-annotate": "^1.1.0",
    "gulp-preprocess": "^2.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-rev": "^6.0.1",
    "gulp-sass": "^3.1.0",
    "gulp-sass-glob": "1.0.8",
    "gulp-scp2": "^0.2.0",
    "gulp-sftp": "^0.1.5",
    "gulp-size": "^2.1.0",
    "gulp-sourcemaps": "^1.9.0",
    "gulp-ssh": "^0.6.0",
    "gulp-uglify": "^1.5.4",
    "gulp-util": "^3.0.7",
    "gulp-watch": "^4.3.10",
    "include-media": "^1.4.8",
    "jasmine-core": "^2.5.2",
    "karma": "^1.3.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.0.2",
    "karma-ng-html2js-preprocessor": "^1.0.0",
    "karma-requirejs": "^1.1.0",
    "require-dir": "^0.3.1",
    "requirejs": "^2.3.2",
    "run-sequence": "^1.2.2",
    "stream-combiner2": "^1.1.1",
    "stream-series": "^0.1.1",
    "webpack": "1.13.2"
  },
  "modules": {
    "abl-localize-dropdown": "git@github.com:bucket-list/abl-localize-dropdown.git#v0.0.6",
    "abl-sdk-feathers": "git@github.com:bucket-list/abl-sdk-feathers.git#v0.10.25",
    "abl-redirect-module": "git@github.com:bucket-list/abl-redirect-module.git#v0.1.10",
    "calendar-small-module": "git@github.com:bucket-list/calendar-small-module.git#v0.0.6",
    "currency-component": "git@github.com:bucket-list/currency-component.git#v0.0.11"
  }
}
