Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pasin committed Jun 27, 2017
1 parent c0a838a commit f24d460
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "couchbase-lite-phonegap-plugin",
"version": "1.3.1.1",
"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://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin/issues"
},
"homepage": "https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin#readme"
}

0 comments on commit f24d460

Please sign in to comment.