forked from couchbaselabs/Couchbase-Lite-PhoneGap-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 856 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
{
"name": "couchbase-lite-phonegap-plugin",
"version": "1.4.4",
"description": "Install Couchbase Lite in your app to enable JSON sync",
"cordova": {
"id": "com.couchbase.lite.phonegap",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin.git"
},
"keywords": [
"couchbase",
"couchbase-lite-phonegap",
"couchbase-lite",
"cordova"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Couchbase",
"license": "Apache 2.0",
"bugs": {
"url": "https://forums.couchbase.com/c/mobile/couchbase-lite"
},
"homepage": "https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin"
}