-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
38 lines (38 loc) · 1.04 KB
/
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
{
"name": "@neverdull-agency/expo-unlimited-secure-store",
"version": "1.0.9",
"description": "An 'unlimited' secure store engine for expo projects, also compatible with redux-persist. (Expo's SecureStore was limited to 2KB in SDK v33)",
"main": "src/index.js",
"types": "src/index.d.ts",
"peerDependencies": {
"expo-file-system": "^5.0.1",
"expo-secure-store": "^5.0.1"
},
"dependencies": {
"crypto-js": "^3.1.9-1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neverdull-agency/expo-unlimited-secure-store.git"
},
"keywords": [
"expo",
"unlimited",
"secure",
"store",
"redux",
"persist",
"large",
"secured",
"storage"
],
"author": "Istvan Szilagyi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/neverdull-agency/expo-unlimited-secure-store/issues"
},
"homepage": "https://github.com/neverdull-agency/expo-unlimited-secure-store#readme"
}