com-easystep2-datawedge-plugin-intent-capacitor
Version:
Capacitor plugin for Android Intents
31 lines • 648 B
JSON
{
"name": "com-easystep2-datawedge-plugin-intent-capacitor",
"version": "4.4.3",
"description": "Capacitor plugin for Android Intents",
"main": "plugin.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"author": "Easystep2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/easystep2/easystep2-datawedge-plugin-intent.git"
},
"keywords": [
"capacitor",
"plugin",
"intent",
"datawedge",
"zebra",
"scanner",
"barcode"
],
"peerDependencies": {
"@capacitor/core": ">=4.0.0"
},
"capacitor": {
"android": {
"src": "android"
}
}
}