-
-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
34 lines (34 loc) · 957 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
33
34
{
"name": "react-native-secure-key-store",
"version": "2.0.10",
"description": "React Native Library for securely storing keys to iOS and Android devices in KeyChain and KeyStore respectively.",
"main": "index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "index.d.ts",
"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"
}