{
  "name": "@haohuawu/js-bridge",
  "version": "0.3.0",
  "description": "Hybrid消息通信js组件",
  "main": "dist/js-bridge.js",
  "keywords": [
    "hybrid",
    "js-bridge"
  ],
  "author": "haohuawu <haohuawu@qq.com>",
  "dependencies": {
    "@haohuawu/ua": "^0.0.8",
    "lodash.foreach": "^4.5.0"
  },
  "scripts": {
    "prepublish": "rollup -c",
    "build": "rollup -c"
  },
  "devDependencies": {
    "babel-plugin-external-helpers": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "rollup": "^0.36.3",
    "rollup-plugin-babel": "^2.6.1"
  }
}
