forked from andpor/react-native-sqlite-storage
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
55 lines (55 loc) · 1.35 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-native-sqlcipher-storage",
"version": "0.0.5",
"description": "SQLCipher bindings for React Native (Android & iOS)",
"main": "src/index.js",
"author": "Axsy",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"start:android": "react-native run-android --root example/",
"start:ios": "react-native run-ios --project-path example/ios --scheme example"
},
"repository": {
"type": "git",
"url": "https://github.com/axsy-dev/react-native-sqlcipher-storage.git"
},
"keywords": [
"react-native-sqlcipher-storage",
"react-native-sqlite",
"react-component",
"reactnative",
"react-native",
"sqlite",
"sqlite3",
"ios",
"android",
"promise",
"cordova-sqlcipher-adapter"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/andpor/react-native-sqlcipher-storage/issues"
},
"homepage": "https://github.com/axsy-dev/react-native-sqlcipher-storage",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-windows": "*"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5",
"react-native-windows": "^0.61.0"
},
"dependencies": {
"base-64": "^0.1.0"
},
"files": [
"src",
"react-native-sqlcipher-storage.podspec",
"android",
"ios",
"windows",
"common"
]
}