Initial commit
parents
Showing
CODE_OF_CONDUCT.md
0 → 100644
CONTRIBUTING.md
0 → 100644
ISSUE_TEMPLATE.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "cordova-plugin-fingerprint", | |||
| "version": "1.3.6", | |||
| "description": "Cordova plugin to use fingerprint authentication on Android", | |||
| "cordova": { | |||
| "id": "cordova-plugin-fingerprint", | |||
| "platforms": [ | |||
| "android", | |||
| "ios" | |||
| ] | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/niklasmerz/cordova-plugin-fingerprint-aio" | |||
| }, | |||
| "keywords": [ | |||
| "cordova", | |||
| "plugin", | |||
| "android", | |||
| "fingerprint", | |||
| "authentication", | |||
| "ecosystem:cordova", | |||
| "cordova-android", | |||
| "cordova-ios", | |||
| "ios" | |||
| ], | |||
| "author": "Niklas Merz", | |||
| "license": "MIT", | |||
| "bugs": { | |||
| "url": "https://github.com/niklasmerz/cordova-plugin-fingerprint-aio/issues" | |||
| }, | |||
| "homepage": "https://github.com/niklasmerz/cordova-plugin-fingerprint-aio#readme", | |||
| "dependencies": { | |||
| "cordova-plugin-add-swift-support": "^1.7.1" | |||
| }, | |||
| "devDependencies": { | |||
| "cordova-paramedic": "git+https://github.com/apache/cordova-paramedic.git", | |||
| "cordova-plugin-xml": "^0.1.2", | |||
| "eslint": "^4.19.1", | |||
| "jasmine": "^2.8.0" | |||
| }, | |||
| "scripts": { | |||
| "test": "./node_modules/cordova-paramedic/main.js --plugin . --platform", | |||
| "plugin-version": "cordova-plugin-xml setVersion" | |||
| } | |||
| } |
plugin.xml
0 → 100644
6.85 KB
3.91 KB
8.09 KB
10.3 KB
18.1 KB
16.1 KB
src/android/Fingerprint.java
0 → 100644
This diff is collapsed.
This diff is collapsed.
tests/package.json
0 → 100644
tests/plugin.xml
0 → 100644
tests/tests.js
0 → 100644
www/Fingerprint.js
0 → 100644