PackageHelper/package.json

33 lines
995 B
JSON
Raw Normal View History

2019-08-14 17:42:56 -06:00
{
2019-09-28 22:27:11 -06:00
"name": "com.netsyms.PackageHelper",
"displayName": "PackageHelper",
"version": "1.0.0",
"description": "",
"main": "www/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
2019-08-14 17:42:56 -06:00
},
2019-09-28 22:27:11 -06:00
"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"
}
2019-09-11 23:15:33 -06:00
}