You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PackageHelper/package.json

33 lines
995 B
JSON

5 years ago
{
"name": "com.netsyms.PackageHelper",
"displayName": "PackageHelper",
"version": "1.0.0",
"description": "",
"main": "www/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
5 years ago
},
"keywords": [
"ecosystem:cordova"
],
"author": "Netsyms Technologies",
"license": "MPL-2.0",
"cordova": {
"plugins": {
"cordova-plugin-geolocation": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-powermanagement-netsyms": {}
},
"platforms": [
"android"
]
},
"dependencies": {
"cordova-android": "~8.0.0",
"cordova-plugin-geolocation": "~4.0.2",
"cordova-plugin-inappbrowser": "~3.1.0",
"cordova-plugin-powermanagement-netsyms": "git+https://source.netsyms.com/Netsyms/cordova-plugin-powermanagement",
"cordova-plugin-whitelist": "^1.3.4"
}
}