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, 39 insertions, 0 deletions
diff --git a/plugins/cordova-plugin-touchid/package.json b/plugins/cordova-plugin-touchid/package.json
new file mode 100644
index 00000000..3b6a77c5
--- /dev/null
+++ b/plugins/cordova-plugin-touchid/package.json
@@ -0,0 +1,39 @@
+{
+ "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"
+}