{
  "name": "spine-web-client",
  "version": "1.0.0-pre1",
  "license": "Apache-2.0",
  "description": "A JS client for interacting with Spine applications.",
  "homepage": "https://spine.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/SpineEventEngine/web"
  },
  "bugs": {
    "url": "https://github.com/SpineEventEngine/web/issues",
    "email": "spine-developers@teamdev.com"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "webpack --config webpack-prod.config.js",
    "build-dev": "webpack --config webpack-dev.config.js",
    "coverage": "nyc --reporter=text-lcov npm run test >| build/coverage.lcov",
    "test": "mocha --require babel-polyfill --require babel-register --recursive --exit --full-trace ./test"
  },
  "dependencies": {
    "base64-js": "^1.3.0",
    "firebase": "^5.5.6",
    "isomorphic-fetch": "^2.2.1",
    "rxjs": "^6.3.3",
    "spine-web-client-proto": "1.0.0-pre1",
    "uuid": "^3.2.1"
  },
  "devDependencies": {
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-register": "^6.26.0",
    "babel-plugin-transform-builtin-extend": "^1.1.2",
    "codecov": "^3.0.0",
    "mocha": "^5.2.0",
    "sinon": "^7.0.0",
    "nyc": "^13.0.1",
    "google-protobuf": "^3.6.0",
    "webpack": "^4.23.1",
    "webpack-cli": "^3.1.2",
    "webpack-merge": "^4.1.4"
  },
  "sideEffects": false,
  "main": "dist/bundle.umd.js"
}
