summaryrefslogtreecommitdiff
path: root/plugins/cordova-plugin-touchid/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/cordova-plugin-touchid/package.json')
-rw-r--r--plugins/cordova-plugin-touchid/package.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/plugins/cordova-plugin-touchid/package.json b/plugins/cordova-plugin-touchid/package.json
deleted file mode 100644
index 3b6a77c5..00000000
--- a/plugins/cordova-plugin-touchid/package.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "name": "cordova-plugin-touchid",
- "version": "0.3.0",
- "author": "Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)",
- "description": "Cordova Plugin to leverage the iOS local authentication framework to allow in-app user authentication using Touch ID.",
- "cordova": {
- "id": "cordova-plugin-touchid",
- "platforms": [
- "ios"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/leecrossley/cordova-plugin-touchid.git"
- },
- "keywords": [
- "cordova",
- "touch id",
- "touchid",
- "authentication",
- "fingerprint",
- "id",
- "login",
- "passcode",
- "ecosystem:cordova",
- "cordova-ios"
- ],
- "engines": [
- {
- "name": "cordova",
- "version": ">=3.0.0"
- }
- ],
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/leecrossley/cordova-plugin-touchid/issues"
- },
- "homepage": "https://github.com/leecrossley/cordova-plugin-touchid#readme"
-}