Skip to content

Commit

Permalink
Merge pull request #19 from shankari/master
Browse files Browse the repository at this point in the history
Add a package.json to allow installing the plugin into cordova
  • Loading branch information
shankari authored Jan 18, 2018
2 parents c027e3a + ca60b98 commit 80a6b9a
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "em-cordova-server-communication",
"version": "1.0.1",
"description": "Simple package that stores all the connection settings that need to be configured",
"cordova": {
"id": "em-cordova-server-communication",
"platforms": [
"android",
"ios",
"windows"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/e-mission/cordova-server-communication.git"
},
"keywords": [
"emission",
"connection",
"settings",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.6.0"
},
{
"name": "cordova-android",
"version": ">=6.0.0"
},
{
"name": "android-sdk",
"version": ">=26"
},
{
"name": "apple-ios",
"version": ">=10.0.0"
}
],
"author": "K. Shankari",
"license": "BSD 3-clause",
"bugs": {
"url": "https://github.com/e-mission/cordova-server-communication/issues"
},
"homepage": "https://e-mission/cordova-server-communication"
}

0 comments on commit 80a6b9a

Please sign in to comment.