forked from SpiderOak/KeychainPlugin
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "Keychain",
"version": "2.0.1",
"description": "This plugin allows your app access to the iOS KeyChain from Cordova. See: https://developer.apple.com/library/mac/documentation/security/conceptual/keychainServConcepts/iPhoneTasks/iPhoneTasks.html",
"cordova": {
"id": "com.shazron.cordova.plugin.keychainutil",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Telerik-Verified-Plugins/Keychain.git"
},
"keywords": [
"keychain",
"ecosystem:cordova",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=2.2.0"
}
],
"author": "EddyVerbruggen",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/Telerik-Verified-Plugins/Keychain/issues"
},
"homepage": "https://github.com/Telerik-Verified-Plugins/Keychain#readme"
}