{
  "name": "halo-sdk-js",
  "version": "1.0.0-beta.2",
  "main": "src/index.js",
  "description": "Beta version of the JS SDK for HALO. Documentation available at: https://mobgen.github.io/halo-documentation/docs/javascript/javascript_home",
  "scripts": {
    "test": "mocha --recursive test/unit/",
    "testwatch": "mocha --recursive --watch test/unit/content",
    "syncwatch": "mocha --watch test/unit/content/functions/syncModule-test",
    "coverage": "nyc --all --tempDirectory=coverage/temp/ --reportDir=coverage/ --reporter=html --reporter=text mocha --recursive test/unit/",
    "build": "webpack --hot",
    "watch": "webpack --watch"
  },
  "keywords": [
    "HALO",
    "SDK"
  ],
  "author": "Accenture Interactive - Halo Team",
  "license": "MIT",
  "dependencies": {
    "ajv": "5.2.3",
    "bluebird": "3.5.0",
    "bluebird-retry": "0.11.0",
    "firebase": "4.4.0",
    "isomorphic-fetch": "2.2.1",
    "lodash": "^4.17.15",
    "memory-web-storage": "^0.1.0",
    "pino": "4.7.1"
  },
  "devDependencies": {
    "chai": "4.1.2",
    "compression-webpack-plugin": "^4.0.0",
    "eslint": "4.6.1",
    "eslint-config-standard": "10.2.1",
    "eslint-plugin-import": "2.7.0",
    "eslint-plugin-node": "5.2.0",
    "eslint-plugin-promise": "3.5.0",
    "eslint-plugin-standard": "3.0.1",
    "mocha": "^7.2.0",
    "nyc": "^15.0.1",
    "sinon": "4.0.1",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "nyc": {
    "include": [
      "src/"
    ],
    "exclude": [
      "src/rest/"
    ]
  },
  "directories": {
    "test": "test"
  }
}
