cordova-plugin-check-debugger
Version:
cordova plugin for checking if a debugger is attached to the app
28 lines (27 loc) • 693 B
JSON
{
"name": "cordova-plugin-check-debugger",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/NeutrinosPlatform/cordova-plugin-check-debugger"
},
"cordova": {
"id": "cordova-plugin-check-debugger",
"platforms": [
"android",
"ios"
]
},
"keywords": [
"cordova",
"check",
"debugger",
"attached",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "jatahworx",
"license": "ISC",
"description": "cordova plugin for checking if a debugger is attached to the app"
}