{
  "name": "@jibestream-dev/jmap-mapui-kit",
  "private": false,
  "version": "1.1.1",
  "description": "Kit for the Jibestream SDK to create a Map UI",
  "main": "index.js",
  "scripts": {
    "test": "karma start karma.conf.js",
    "docs": "shell/docs.sh",
    "cleanup": "rm -rf package-lock.json node_modules",
    "setup": "npm run cleanup; git submodule update --init --recursive; npm i --no-shrinkwrap; shell/setup.sh",
    "watch": "shell/build.sh watch",
    "build:dev": "shell/build.sh dev",
    "build:prod": "shell/build.sh prod; npm run test; npm run docs",
    "prepare": "npm run build:prod",
    "version": "shell/version.sh",
    "publish:patch": "npm version patch && npm publish",
    "publish:minor": "npm version minor && npm publish",
    "publish:major": "npm version major && npm publish",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "jmap.js": "4.13.5",
    "@jibestream-dev/jcore.js": "3.4.0",
    "@jibestream-dev/jibe-utils.js": "1.3.1",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-loader": "^7.0.0",
    "babel-plugin-static-fs": "^1.1.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "babel-plugin-version-inline": "^1.0.0",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^7.3.0",
    "browserify": "^16.1.1",
    "browserify-istanbul": "^2.0.0",
    "chai": "3.5.0",
    "eslint": "3.19.0",
    "eslint-config-airbnb": "14.1.0",
    "eslint-plugin-import": "2.2.0",
    "eslint-plugin-jsx-a11y": "4.0.0",
    "eslint-plugin-react": "6.10.2",
    "install": "^0.10.4",
    "jsdoc": "^4.0.2",
    "jsdoc-to-markdown": "3.0.0",
    "karma": "^1.7.0",
    "karma-browserify": "^5.2.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-sourcemap-loader": "^0.3.7",
    "mocha": "^3.4.2",
    "npm": "^6.14.18",
    "nyc": "^11.0.3",
    "precommit": "^1.2.2",
    "watchify": "^3.11.0",
    "webpack": "2.6.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jibestream/MapUIKit-Web.git"
  },
  "keywords": [
    "jmap",
    "indoor",
    "mapping",
    "maps",
    "jibestream",
    "ui"
  ],
  "author": "Jibestream Inc",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Jibestream/MapUIKit-Web/issues"
  },
  "homepage": "https://github.com/Jibestream/MapUIKit-Web#readme",
  "directories": {
    "lib": "lib"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "config": {
    "jmap": {
      "host": "http://integ-api.jibestream.com",
      "customerId": 1,
      "clientId": "c6e72999-30be-42e9-a375-38c0de5f2d4e",
      "clientSecret": "SKanvf7WKw1jn23Mf9SaYHFuYYTFZ3yGK",
      "venueId": 85
    }
  },
  "precommit": [
    "npm run prepare",
    "git stage README.md"
  ]
}
