chok: init commit
.eslintrc.json
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE
0 → 100644
README-github.md
0 → 100644
SECURITY.md
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "cordova-plugin-fingerprint-aio", | ||
| "version": "5.0.1", | ||
| "description": "Cordova plugin to use fingerprint authentication on Android and iOS", | ||
| "cordova": { | ||
| "id": "cordova-plugin-fingerprint-aio", | ||
| "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", | ||
| "funding": "https://github.com/sponsors/NiklasMerz", | ||
| "license": "MIT", | ||
| "bugs": { | ||
| "url": "https://github.com/niklasmerz/cordova-plugin-fingerprint-aio/issues" | ||
| }, | ||
| "homepage": "https://github.com/niklasmerz/cordova-plugin-fingerprint-aio#readme", | ||
| "devDependencies": { | ||
| "cordova-plugin-xml": "^0.1.2", | ||
| "eslint": "^6.5.1", | ||
| "jasmine": "^3.2.0" | ||
| }, | ||
| "scripts": { | ||
| "test": "npm run eslint", | ||
| "eslint": "npx eslint www", | ||
| "test-travis": "npm run test-ios", | ||
| "test-appveyor": "npm run test-browser", | ||
| "test-local": "npm run test-browser && npm run test-android && npm run test-ios", | ||
| "test-android": "npx cordova-paramedic --platform android --plugin $(pwd) --verbose", | ||
| "test-ios": "npx cordova-paramedic --platform ios --plugin $(pwd) --verbose", | ||
| "test-windows": "npx cordova-paramedic --platform windows --plugin $(pwd)", | ||
| "test-browser": "npx cordova-paramedic --platform browser --plugin $(pwd)", | ||
| "test-saucelabs": "npm run test-saucelabs-ios && npm run test-saucelabs-android", | ||
| "test-saucelabs-ios": "npx cordova-paramedic --config ./pr/ios-10.0 --plugin $(pwd) --shouldUseSauce", | ||
| "test-saucelabs-android": "npx cordova-paramedic --config ./pr/android-7.0 --plugin $(pwd) --shouldUseSauce", | ||
| "plugin-version": "cordova-plugin-xml setVersion" | ||
| }, | ||
| "engines": { | ||
| "cordovaDependencies": { | ||
| ">=3.0.0": { | ||
| "cordova-android": ">=8.0.0" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| \ No newline at end of file |
plugin.xml
0 → 100644
File added
File added
File added
File added
File added
File added
File added
File added
Please register or sign in to comment