UNPKG

mx-h5-jsbridge

Version:

支持H5和iOS/Android/Harmony进行双向通信,H5 和原生通讯只需一套代码

34 lines (33 loc) 866 B
{ "name": "mx-h5-jsbridge", "version": "1.0.5", "description": "支持H5和iOS/Android/Harmony进行双向通信,H5 和原生通讯只需一套代码", "repository": "", "license": "MIT", "main": "dist/jsBridge.js", "keywords": [ "jsbridge", "js-bridge", "h5-jsbridge", "mx-h5-jsbridge", "vue-jsbridge", "react-jsbridge" ], "scripts": { "build": "npm run build-debug && npm run build-min", "build-debug": "webpack", "build-min": "cross-env NODE_ENV=production webpack", "build-watch": "webpack --watch", "prepublish": "npm run build" }, "dependencies": {}, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.4", "babel-preset-env": "^1.7.0", "cross-env": "^5.2.0", "uglifyjs-webpack-plugin": "^2.0.1", "webpack": "^4.5.0", "webpack-cli": "^3.1.2" } }