Added package.json

This commit is contained in:
kitolog 2017-10-26 19:02:32 +03:00
parent 44dfa14566
commit 64acef4ce9
2 changed files with 29 additions and 1 deletions

28
package.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "SocketsForCordova",
"version": "1.2.0",
"description": "This Cordova plugin provides JavaScript API, that allows you to communicate with server through TCP protocol. Currently we support these platforms: iOS, Android, WP8.",
"cordova": {
"id": "cz.blocshop.socketsforcordova",
"platforms": [
"ios",
"android",
"wp8"
]
},
"repository": {
"type": "git",
"url": "https://github.com/kitolog/sockets-for-cordova"
},
"keywords": [
"cordova",
"sockets",
"tcp",
"network",
"cordova-ios",
"cordova-wp8",
"cordova-android"
],
"author": "blocshop",
"license": "Apache-2.0"
}

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cz.blocshop.socketsforcordova" version="1.1.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cz.blocshop.socketsforcordova" version="1.2.0">
<name>SocketsForCordova</name>
<description>
This Cordova plugin provides JavaScript API, that allows you to communicate with server through TCP protocol.