-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 727 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 727 Bytes
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
{
"name": "react-native-general-storage",
"version": "1.0.5",
"private": false,
"description": "The wrapper of AsyncStorage to support multi-level key and key prefix.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/gaoxiaosong/react-native-general-storage.git"
},
"keywords": [
"react native",
"AsyncStorage"
],
"author": "Xiaosong Gao",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaoxiaosong/react-native-general-storage/issues",
"email": "gaoxiaosong06@gmail.com"
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.1"
},
"homepage": "https://github.com/gaoxiaosong/react-native-general-storage#readme"
}