forked from sreejithkrishnanr/react-native-sqlcipher-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 977 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
{
"name": "react-native-sqlcipher-2",
"version": "1.1.3",
"description": "SQLCipher Storage for React Native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/sreejithkrishnanr/react-native-sqlcipher-2.git"
},
"bugs": {
"url": "https://github.com/sreejithkrishnanr/react-native-sqlcipher-2/issues"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"keywords": [
"react-native",
"pouchdb",
"sqlcipher"
],
"author": "Sreejith Krishnan R <sreejith.aruvikkara@gmail.com>",
"license": "Apache-2.0",
"peerDependencies": {
"react-native": ">= 0.47.0"
},
"dependencies": {
"lodash.map": "^4.6.0",
"lodash.zipobject": "^4.1.3",
"websql": "^1.0.0"
},
"devDependencies": {
"babel-jest": "23.4.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-react-native": "^5",
"react": "16.4.1",
"react-native": "0.56.0"
}
}