@hardpool/js-bridge
Version:
Bridge between pure vanilla javascript and angular. Expose selected methods of angular component on javascript window object and call them from external javascript application. Making angular app plugable/co-exist with other front end app.
43 lines (42 loc) • 1.28 kB
JSON
{
"name": "@hardpool/js-bridge",
"description": "Bridge between pure vanilla javascript and angular. Expose selected methods of angular component on javascript window object and call them from external javascript application. Making angular app plugable/co-exist with other front end app.",
"author": {
"name": "Hardik Dabhi"
},
"version": "1.2.0",
"bugs": "https://github.com/hardikdabhi/js-bridge/issues",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/hardikdabhi/js-bridge.git"
},
"keywords": [
"angular",
"angular4",
"angular5",
"angular 5",
"angular 6",
"javascript",
"co exist",
"jsbridge",
"js-bridge",
"method",
"expose"
],
"peerDependencies": {
"@angular/core": ">=5.0.0",
"@angular/common": ">=5.0.0",
"tslib": "^1.10.0"
},
"main": "bundles/hardpool-js-bridge.umd.js",
"module": "fesm5/hardpool-js-bridge.js",
"es2015": "fesm2015/hardpool-js-bridge.js",
"esm5": "esm5/hardpool-js-bridge.js",
"esm2015": "esm2015/hardpool-js-bridge.js",
"fesm5": "fesm5/hardpool-js-bridge.js",
"fesm2015": "fesm2015/hardpool-js-bridge.js",
"typings": "hardpool-js-bridge.d.ts",
"metadata": "hardpool-js-bridge.metadata.json",
"sideEffects": false
}