js-bridge-adapter
Version:
web 端 bridge 适配器,适用于对接任意 native 端 bridge 方案
41 lines (40 loc) • 1.15 kB
JSON
{
"name": "js-bridge-adapter",
"version": "0.0.3",
"description": "web 端 bridge 适配器,适用于对接任意 native 端 bridge 方案",
"main": "index.js",
"scripts": {
"build": "rollup --config",
"test": "mocha --time 5000 --slow 2000 \"./test/**/*.test.js\"",
"test:target": "mocha --time 5000 --slow 2000 "
},
"keywords": [
"jsBridge",
"js bridge",
"adapter",
"bridge adapter",
"register js bridge"
],
"author": "CJY0208",
"license": "ISC",
"homepage": "https://github.com/CJY0208/js-bridge-adapter",
"repository": {
"type": "git",
"url": "git+https://github.com/CJY0208/js-bridge-adapter.git"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"chai": "^4.2.0",
"compare-versions": "^3.4.0",
"mocha": "^6.1.4",
"rollup": "^1.11.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-uglify": "^6.0.2"
},
"dependencies": {
"js-dynamic-function": "^0.0.3"
}
}