{
  "name": "xphone",
  "version": "1.0.5",
  "description": "The WebSocket/WebRTC library by lirax.ua (PBX Cloud Platform)",
  "main": "./dist/xphone.js",
  "scripts": {
    "start": "webpack-dev-server --open --config build/webpack.config.dev.js",
    "watch": "webpack --progress --watch --config build/webpack.config.dev.js",
    "build": "webpack --config build/webpack.config.prod.js",
    "test": "karma start"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/romangit/xphone.git"
  },
  "keywords": [
    "voip",
    "webrtc",
    "phone",
    "sip",
    "voice"
  ],
  "author": "Roman Ovsyannikov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/romangit/xphone/issues"
  },
  "homepage": "https://github.com/romangit/xphone",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.0",
    "babel-preset-stage-2": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "clean-webpack-plugin": "^0.1.17",
    "eslint": "^4.7.2",
    "eslint-config-airbnb-base": "^12.0.0",
    "eslint-config-prettier": "^2.6.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-mocha": "^4.11.0",
    "eslint-plugin-prettier": "^2.3.1",
    "html-webpack-plugin": "^2.30.1",
    "istanbul": "^0.4.5",
    "istanbul-instrumenter-loader": "^3.0.0",
    "karma": "^1.7.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.4",
    "lodash": "^4.17.4",
    "mocha": "^4.0.0",
    "prettier": "^1.7.2",
    "uglifyjs-webpack-plugin": "^0.4.6",
    "webpack": "^3.6.0",
    "webpack-dev-server": "^2.9.1",
    "webpack-merge": "^4.1.0"
  }
}
