{
  "name": "agora-stream-player",
  "version": "1.2.0",
  "description": "StreamPlayer React component",
  "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",
    "prepublishOnly": "npm run build",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server"
  },
  "dependencies": {},
  "peerDependencies": {
    "react": "16.x",
    "agora-rtc-sdk": ">=2.4.x"
  },
  "devDependencies": {
    "agora-rtc-sdk": "^2.5.0",
    "flow-bin": "^0.87.0",
    "nwb": "0.23.x",
    "react": "^16.6.3",
    "react-dom": "^16.6.3"
  },
  "author": "Hao Yang <tillohao@gmail.com>",
  "homepage": "https://github.com/menthays/StreamPlayer#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/menthays/StreamPlayer.git"
  },
  "keywords": [
    "react-component"
  ],
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "bugs": {
    "url": "https://github.com/menthays/StreamPlayer/issues"
  }
}
