2019-08-14 17:42:56 -06:00
|
|
|
{
|
2019-10-05 20:10:09 -06:00
|
|
|
"name": "com.netsyms.packagehelper",
|
|
|
|
"displayName": "PackageHelper",
|
2019-11-30 17:27:40 -07:00
|
|
|
"version": "1.3.0",
|
2019-10-05 20:10:09 -06:00
|
|
|
"description": "Assistant app for door-to-door package delivery.",
|
|
|
|
"main": "www/index.html",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ecosystem:cordova"
|
|
|
|
],
|
|
|
|
"author": "Netsyms Technologies",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"cordova": {
|
|
|
|
"plugins": {
|
|
|
|
"cordova-plugin-geolocation": {},
|
|
|
|
"cordova-plugin-inappbrowser": {},
|
|
|
|
"cordova-plugin-powermanagement-netsyms": {},
|
2019-11-14 21:23:50 -07:00
|
|
|
"cordova-plugin-whitelist": {},
|
2019-11-26 21:45:46 -07:00
|
|
|
"phonegap-plugin-barcodescanner": {},
|
|
|
|
"cordova-plugin-device": {}
|
2019-08-14 17:42:56 -06:00
|
|
|
},
|
2019-10-05 20:10:09 -06:00
|
|
|
"platforms": [
|
2019-11-06 14:34:44 -07:00
|
|
|
"android",
|
|
|
|
"browser"
|
2019-10-05 20:10:09 -06:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"cordova-android": "^8.1.0",
|
2019-11-06 14:34:44 -07:00
|
|
|
"cordova-browser": "^6.0.0",
|
2019-11-26 21:45:46 -07:00
|
|
|
"cordova-plugin-device": "^2.0.3",
|
2019-10-05 20:10:09 -06:00
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"devDependencies": {}
|
2019-09-11 23:15:33 -06:00
|
|
|
}
|