UNPKG

cordova-usabilla

Version:

native implementation of Usabilla

31 lines 818 B
{ "name": "com.usabilla.example", "displayName": "HelloCordova", "version": "1.0.0", "description": "A sample Apache Cordova application that responds to the deviceready event.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Apache Cordova Team", "license": "Apache-2.0", "dependencies": { "cordova-android": "^7.0.0", "cordova-android-fragments": "^0.1.1", "cordova-ios": "^4.5.4", "cordova-plugin-add-swift-support": "^1.7.2", "cordova-plugin-cocoapod-support": "^1.3.0", "cordova-plugin-whitelist": "^1.3.3", "cordova-usabilla": "^0.1.0" }, "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-usabilla": {} }, "platforms": [ "ios", "android" ] } }