{
  "name": "x-bookable",
  "version": "0.4.25",
  "description": "bookable elements (angularjs 1)",
  "repository": "bookableio/x-bookable.git",
  "author": "bookable <contact.bookable@gmail.com>",
  "license": "MPL-2.0",
  "main": "lib/index.js",
  "jsnext:main": "src/index.js",
  "scripts": {
    "prepublishOnly": "npm run dist",
    "start": "static-server docs -p 9001 -i index.html -f",
    "tags": "webpack-dev-server --host 0.0.0.0 --port 9001 --config build/webpack.examples.tags.config.js",
    "web": "webpack-dev-server --host 0.0.0.0 --port 9001 --config build/webpack.examples.web.config.js",
    "dist:docs": "webpack --config build/webpack.docs.config.js",
    "dist:lib": "webpack --config build/webpack.lib.config.js",
    "babel": "rm -rf ./lib && babel ./src -d ./lib --source-maps inline --copy-files",
    "watch": "rm -rf ./lib && babel ./src -d ./lib --source-maps inline --copy-files --watch",
    "dist:watch": "webpack --config build/webpack.watch.config.js --watch",
    "dist": "npm run babel && npm run dist:docs && npm run dist:lib",
    "lint": "eslint --ext .js src/*",
    "lint:fix": "eslint --fix --ext .js src/*"
  },
  "peerDependencies": {
    "angular": "1.x"
  },
  "dependencies": {
    "async-each-series": "^1.1.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "bookable": "^0.1.6",
    "bootstrap-theme-attrs": "^0.3.25",
    "google-maps": "^3.2.1",
    "moment": "^2.24.0",
    "ng-anticomposition": "^0.1.0",
    "ng-apply": "^0.1.0",
    "ng-background": "^0.1.8",
    "ng-bootstrap-pagination": "^0.2.3",
    "ng-flatpickr": "^0.2.4",
    "ng-formatter": "^0.1.0",
    "ng-incrementer": "^0.1.1",
    "ng-slick": "^0.1.18",
    "photoswipe": "^4.1.3",
    "querystring-browser": "^1.0.4",
    "shortid": "^2.2.15",
    "universal-analytics": "^0.4.20",
    "x-modal": "^0.1.13"
  },
  "devDependencies": {
    "angular": "^1.7.8",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.3",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.6.1",
    "copy-webpack-plugin": "^4.6.0",
    "css-loader": "^0.28.7",
    "cssnano": "^3.10.0",
    "eslint": "^4.19.1",
    "eslint-config-esnext": "^2.0.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^1.1.11",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "fs-extra": "^5.0.0",
    "html-loader": "^0.5.1",
    "html-webpack-plugin": "^3.0.6",
    "jquery": "^3.4.1",
    "less": "^3.10.3",
    "less-loader": "^4.0.5",
    "less-plugin-clean-css": "^1.5.1",
    "postcss-import": "^11.1.0",
    "postcss-loader": "^2.1.5",
    "postcss-preset-env": "^5.3.0",
    "static-server": "^2.2.1",
    "style-loader": "^0.18.2",
    "url-loader": "^0.5.9",
    "webpack": "^3.6.0",
    "webpack-dev-server": "^2.11.5",
    "webpack-merge": "^3.0.0",
    "x-workbench": "^0.3.1"
  },
  "files": [
    "dist",
    "lib",
    "LICENSE",
    "README.md"
  ]
}
