-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.16 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
39
40
41
{
"name": "redux-persist-encrypted-async-storage",
"version": "1.0.0",
"description": "Storage engine to provide encryption layer over async storage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaudhryjunaid/redux-persist-encrypted-async-storage.git"
},
"keywords": [
"react-native-keychain",
"redux-persist",
"asyncstorage",
"encryption"
],
"author": "Chaudhry Junaid Anwar",
"license": "MIT",
"bugs": {
"url": "https://github.com/chaudhryjunaid/redux-persist-encrypted-async-storage/issues"
},
"homepage": "https://github.com/chaudhryjunaid/redux-persist-encrypted-async-storage#readme",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5"
},
"peerDependencies": {
"react-native": "*",
"react-native-keychain": "*"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.13.2",
"crypto-js": "^3.3.0",
"uuid": "^3.4.0"
}
}