UNPKG

cordova-plugin-key-hash

Version:
27 lines (26 loc) 878 B
{ "name": "com.adrianodigiovanni.keyhashexample", "displayName": "Key Hash Example", "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": "^6.4.0", "cordova-plugin-key-hash": "file:///Users/me/Development/projects/cordova-plugin-key-hash", "cordova-plugin-test-framework": "^1.1.6", "cordova-plugin-whitelist": "^1.3.3" }, "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-test-framework": {}, "cordova-plugin-key-hash": {} }, "platforms": ["android"] } }