forked from mCodex/react-native-sensitive-info
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 966 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
{
"name": "react-native-sensitive-info",
"version": "5.4.1",
"main": "RNSensitiveInfo.js",
"description": "react-native-sensitive-info manages all data stored in Android Shared Preferences and iOS Keychain. You can set, get and delete keys/values using simple methods.",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"author": {
"name": "mCodex & ClassApp",
"email": "[email protected]"
},
"contributors": [
"Mateus Andrade [email protected]",
"Samin Shams <[email protected]>"
],
"homepage": "https://github.com/mcodex/react-native-sensitive-info",
"bugs": {
"url": "https://github.com/mcodex/react-native-sensitive-info/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/mcodex/react-native-sensitive-info.git"
},
"keywords": [
"android",
"ios",
"keychain",
"shared-preferences",
"react-native"
],
"license": "MIT"
}