cordova-acoustic-mobile-push
Version:
Allows Cordova applications to integrate with Acoustic MCE Push Services
55 lines (54 loc) • 1.56 kB
JSON
{
"author": "Acoustic, L.P.",
"bugs": {
"url": "https://github.com/go-acoustic/Acoustic-Mobile-Push-Cordova/issues"
},
"cordova": {
"id": "co.acoustic.mobile.push",
"platforms": [
"ios",
"android"
]
},
"description": "Allows Cordova applications to integrate with Acoustic MCE Push Services",
"devDependencies": {
"@types/cordova": "^0.0.34",
"@types/jquery": "^3.5.6",
"typescript": "^4.4.3"
},
"engines": {
"cordova": ">=3.0"
},
"homepage": "https://github.com/go-acoustic/Acoustic-Mobile-Push-Cordova#readme",
"keywords": [
"Acoustic",
"Campaign",
"mce",
"ecosystem:cordova",
"cordova",
"cordova-ios",
"cordova-android"
],
"license": "See license in license/license.txt",
"name": "cordova-acoustic-mobile-push",
"peerDependencies": {
"jquery": "^3.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/go-acoustic/Acoustic-Mobile-Push-Cordova.git",
"directory": "plugins/cordova-acoustic-mobile-push"
},
"scripts": {
"installPlugins": "node scripts/installPlugins.js $INIT_CWD",
"postinstall": "node scripts/postinstall.js $INIT_CWD",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "3.9.144",
"dependencies": {
"chalk": "^4.1.2",
"ncp": "^2.0.0",
"plist": "^3.1.0",
"xml2js": "^0.6.2"
}
}