PackageHelper/package.json

33 lines
892 B
JSON
Raw Normal View History

2019-08-14 17:42:56 -06:00
{
"name": "com.netsyms.PackageHelper",
"displayName": "PackageHelper",
2019-08-14 17:42:56 -06:00
"version": "1.0.0",
"description": "",
"main": "www/index.html",
2019-08-14 17:42:56 -06:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Netsyms Technologies",
"license": "MPL-2.0",
2019-08-14 17:42:56 -06:00
"cordova": {
"plugins": {
"cordova-plugin-geolocation": {},
2019-08-23 19:23:20 -06:00
"cordova-plugin-whitelist": {},
2019-09-11 21:33:46 -06:00
"cordova-plugin-powermanagement-orig": {},
2019-09-11 23:00:10 -06:00
"cordova-plugin-inappbrowser": {}
2019-08-14 17:42:56 -06:00
},
2019-09-11 22:56:54 -06:00
"platforms": [
"android"
]
2019-08-14 17:42:56 -06:00
},
"dependencies": {
2019-09-11 23:00:10 -06:00
"cordova-android": "^8.0.0",
2019-09-11 21:26:55 -06:00
"cordova-plugin-geolocation": "~4.0.2",
2019-09-11 22:56:54 -06:00
"cordova-plugin-inappbrowser": "~3.1.0",
"cordova-plugin-powermanagement-orig": "https://source.netsyms.com/Mirrors/boltex_cordova-plugin-powermanagement.git",
"cordova-plugin-whitelist": "^1.3.4"
2019-08-14 17:42:56 -06:00
}
}