diff --git a/package.json b/package.json new file mode 100644 index 0000000..694dcdd --- /dev/null +++ b/package.json @@ -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" +} diff --git a/plugin.xml b/plugin.xml index 4f80ab5..53daabf 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ - + SocketsForCordova This Cordova plugin provides JavaScript API, that allows you to communicate with server through TCP protocol.