forked from couchbaselabs/react-native-couchbase-lite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "react-native-couchbase-lite",
"version": "0.6.1",
"description": "Install Couchbase Lite in your app to enable JSON sync.",
"homepage": "http://developer.couchbase.com/mobile/",
"keywords": [
"sync",
"json",
"database",
"sqlite",
"react-component",
"react-native"
],
"author": {
"name": "Couchbase Mobile",
"email": "[email protected]",
"url": "http://developer.couchbase.com/mobile/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/couchbaselabs/react-native-couchbase-lite.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/couchbaselabs/react-native-couchbase-lite/issues"
},
"dependencies": {
"base-64": "^0.1.0",
"events": "^1.1.0",
"rnpm": "1.6.5",
"swagger-client": "^2.1.26",
"xcode": "0.8.4"
},
"rnpm": {
"commands": {
"postlink": "node_modules/react-native-couchbase-lite/scripts/rnpm-postlink.js"
},
"ios": {
"project": "ios/ReactCBLite.xcodeproj",
"sharedLibraries": [
"libz",
"libsqlite3",
"SystemConfiguration",
"CFNetwork",
"Security"
]
}
}
}