rdzwx-go/package.json

44 wiersze
1.1 KiB
JSON

{
"name": "de.dl9rdz",
"displayName": "rdzwx-go",
"version": "1.0.6",
"description": "A sample Apache Cordova application that uses rdzwx-plugin.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Hansi Reiser <dl9rdz@darc.de>",
"license": "Apache-2.0",
"devDependencies": {
"cordova-android": "^9.1.0",
"cordova-browser": "^6.0.0",
"cordova-electron": "^2.0.0",
"cordova-plugin-badge": "^0.8.8",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-inappbrowser": "^4.1.0",
"cordova-plugin-local-notification": "^0.9.0-beta.2",
"cordova-plugin-whitelist": "^1.3.4",
"de-dl9rdz-rdzwx": "https://github.com/dl9rdz/rdzwx-plugin.git"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-local-notification": {},
"de-dl9rdz-rdzwx": {}
},
"platforms": [
"android",
"browser",
"electron"
]
},
"dependencies": {
"net": "^1.0.2",
"xmlhttprequest": "^1.8.0"
}
}