-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
39 lines (39 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
35
36
37
38
39
{
"name": "react-native-secure-storage",
"title": "React Native Secure Storage",
"version": "0.1.2",
"description": "A secure AsyncStorage partial implementation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oyyq99999/react-native-secure-storage.git",
"baseUrl": "https://github.com/oyyq99999/react-native-secure-storage"
},
"keywords": [
"react-native",
"react-native-component",
"mobile",
"ios",
"android",
"keychain",
"secure"
],
"author": {
"name": "Yunqi Ouyang",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.0.0-alpha.6",
"react-native": ">=0.44.1"
},
"devDependencies": {
"react": "16.0.0-alpha.6",
"react-native": "^0.44.1"
}
}