diff --git a/js/ui/cordova/plugins/cordova-plugin-chrome-apps-sockets-tcp/package.json b/js/ui/cordova/plugins/cordova-plugin-chrome-apps-sockets-tcp/package.json new file mode 100644 index 0000000..9cfd71e --- /dev/null +++ b/js/ui/cordova/plugins/cordova-plugin-chrome-apps-sockets-tcp/package.json @@ -0,0 +1,37 @@ +{ + "name": "cordova-plugin-chrome-apps-sockets-tcp", + "version": "1.3.8-dev", + "description": "This plugin provides TCP client sockets for Android and iOS.", + "cordova": { + "id": "cordova-plugin-chrome-apps-sockets-tcp", + "platforms": [ + "android", + "ios" + ] + }, + "repository": { + "type": "git", + "url": "https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-sockets-tcp.git" + }, + "keywords": [ + "chrome", + "socket", + "sockets", + "tcp", + "ecosystem:cordova", + "cordova-android", + "cordova-ios" + ], + "engines": [ + { + "name": "cordova", + "version": ">=3.0.0" + } + ], + "author": "", + "license": "BSD", + "bugs": { + "url": "https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-sockets-tcp/issues" + }, + "homepage": "https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-sockets-tcp" +}