forked from blocshop/sockets-for-cordova
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 873 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "sockets-for-cordova",
"version": "1.1.0",
"description": "This Cordova plugin provides JavaScript API, that allows you to communicate with server through TCP protocol.\n\t\tCurrently we support these platforms: iOS, Android, WP8.",
"cordova": {
"id": "cz.blocshop.socketsforcordova",
"platforms": [
"android",
"ios",
"wp8"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/larssn/sockets-for-cordova.git"
},
"keywords": [
"socket",
"sockets",
"network",
"tcp",
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp8"
],
"author": "blocshop",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/blocshop/sockets-for-cordova/issues"
},
"homepage": "https://github.com/larssn/sockets-for-cordova#readme"
}