{
  "name": "ayro",
  "description": "Ayro Javascript SDK",
  "version": "0.0.47",
  "author": {
    "name": "Ayro team",
    "email": "team@ayro.io",
    "url": "https://ayro.io"
  },
  "homepage": "https://ayro.io",
  "keywords": [
    "chat",
    "ayro",
    "web messaging",
    "web messenger"
  ],
  "files": [
    "lib"
  ],
  "main": "lib/ayro.js",
  "scripts": {
    "lint": "eslint '**/*.js' && tslint 'src/**/*.ts?(x)'",
    "build": "webpack --config 'webpack/webpack.config.js'",
    "build-prod": "webpack --config 'webpack/webpack.config.js' --env.production",
    "test-server": "node tests/server.js",
    "release-lib": "node tasks/release.js",
    "publish-lib": "node tasks/publish.js"
  },
  "devDependencies": {
    "@ayro/commons": "0.0.29",
    "@octokit/rest": "15.8.1",
    "@types/core-js": "2.5.0",
    "@types/pubsub-js": "1.5.18",
    "@types/react": "16.3.17",
    "@types/react-dom": "16.0.6",
    "@types/react-redux": "6.0.2",
    "@types/uuid": "3.4.3",
    "@types/whatwg-fetch": "0.0.33",
    "bluebird": "3.5.1",
    "classnames": "2.2.6",
    "css-loader": "0.28.11",
    "del": "3.0.0",
    "dot-prop-immutable": "1.4.0",
    "eslint": "4.19.1",
    "eslint-config-airbnb-base": "12.1.0",
    "eslint-plugin-import": "2.12.0",
    "express": "4.16.3",
    "extract-text-webpack-plugin": "3.0.2",
    "faye": "1.2.4",
    "glob": "7.1.2",
    "less": "3.0.4",
    "less-loader": "4.1.0",
    "lodash.debounce": "4.0.8",
    "lodash.isnil": "4.0.0",
    "lodash.truncate": "4.4.2",
    "mini-css-extract-plugin": "0.4.0",
    "optimize-css-assets-webpack-plugin": "4.0.2",
    "pubsub-js": "1.6.0",
    "purgecss-webpack-plugin": "1.2.0",
    "react": "16.4.0",
    "react-dom": "16.4.0",
    "react-redux": "5.0.7",
    "redux": "4.0.0",
    "ts-loader": "4.4.1",
    "tslint": "5.10.0",
    "tslint-config-airbnb": "5.9.2",
    "tslint-react": "3.6.0",
    "typescript": "2.9.1",
    "uglifyjs-webpack-plugin": "1.2.5",
    "uuid": "3.2.1",
    "webpack": "4.12.0",
    "webpack-cli": "3.0.3",
    "webpack-merge": "4.1.2",
    "whatwg-fetch": "2.0.4"
  }
}
