forked from pradeep1991singh/react-native-secure-key-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 858 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
{
"name": "react-native-secure-key-store",
"version": "2.0.0",
"description": "React Native Library for securely storing keys to iOS and Android devices in KeyChain and KeyStore respectively.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"ios",
"android",
"KeyChain service",
"KeyStore service",
"Device Security"
],
"author": "pradeep singh",
"license": "ISC",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pradeep1991singh/react-native-secure-key-store.git"
},
"bugs": {
"url": "https://github.com/pradeep1991singh/react-native-secure-key-store/issues"
},
"homepage": "https://github.com/pradeep1991singh/react-native-secure-key-store#readme"
}