{
  "name": "@jibestream-dev/jmap-device-kit",
  "private": false,
  "version": "1.0.2",
  "description": "Kit for the Jibestream SDK to utilize Devices plotted in the CMS",
  "main": "index.js",
  "scripts": {
    "docs": "shell/docs.sh",
    "test": "mocha",
    "ui-test": "npm run pre-ui && npm run ui && npm run post-ui",
    "pre-ui": "npm run lib && cd test/ui-test/app/test && npm i && CI=true npm run build && forever start server.js && cd -",
    "post-ui": "forever stopall",
    "ui": "cd test/ui-test && nosetests run.py",
    "update-ui-tests": "npm run pre-ui && cd test/ui-test && nosetests run.py --with-save-baseline && npm run post-ui",
    "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": {
    "@jibestream-dev/jcore.js": "2.2.10",
    "babel-cli": "6.18.0",
    "babel-core": "6.21.0",
    "babel-loader": "^7.0.0",
    "babel-preset-es2015": "6.5.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.3",
    "jsdoc": "^3.4.3",
    "jsdoc-to-markdown": "3.0.0",
    "mocha": "3.2.0",
    "precommit": "^1.2.2",
    "webpack": "2.6.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jibestream/DeviceKit-Web.git"
  },
  "keywords": [
    "jmap",
    "indoor",
    "mapping",
    "maps",
    "jibestream",
    "kiosk",
    "device"
  ],
  "author": "Jibestream Inc",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Jibestream/DeviceKit-Web/issues"
  },
  "homepage": "https://github.com/Jibestream/DeviceKit-Web#readme",
  "directories": {
    "lib": "lib"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "precommit": [
    "npm run prepare",
    "git stage README.md"
  ]
}
