{
  "name": "qzsiniong-react-beautiful-chat",
  "version": "0.0.9",
  "description": "A simple and beautiful React chat component backend agnostic and with Emoji and File support.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-react-component --copy-files",
    "clean": "nwb clean-module && nwb clean-demo",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server",
    "gh:publish": "nwb build-demo && gh-pages -d demo/dist",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "chat-timespan": "^1.0.1",
    "emoji-js": "3.2.2",
    "gh-pages": "^1.1.0",
    "lodash": "^4.17.5",
    "prop-types": "15.5.10",
    "react-highlight.js": "1.0.5",
    "socket.io-client": "2.0.3"
  },
  "peerDependencies": {
    "react": "15.x"
  },
  "devDependencies": {
    "nwb": "0.17.x",
    "react": "15.6.1",
    "react-dom": "15.6.1"
  },
  "author": "",
  "homepage": "https://qzsiniong.github.io/react-beautiful-chat/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/qzsiniong/react-beautiful-chat.git"
  },
  "keywords": [
    "react-component"
  ]
}
