forked from NathanaelA/nativescript-websockets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.14 KB
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
35
36
37
38
39
40
41
42
43
44
{
"name": "nativescript-websockets",
"version": "1.3.3",
"description": "A WebSocket NativeScript module for Android",
"main": "websockets",
"nativescript": {
"platforms": {
"android": "1.4.0",
"ios": "1.4.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/nathanaela/nativescript-websockets.git"
},
"keywords": [
"NativeScript", "WebSockets", "Development", "JavaScript", "Android", "iOS", "Sockets", "Websocket"
],
"author": {
"name": "Nathanael Anderson",
"email": "nathan@master-technology.com"
},
"contributors": [
{
"name": "Aleksey Gureiev",
"email": "spyromus@noizeramp.com",
"url": "https://github.com/alg"
},
{
"name": "Choi Won",
"email": "help@myso.kr",
"url": "https://github.com/myso-kr"
}
],
"bugs": {
"url": "https://github.com/nathanaela/nativescript-websockets/issues"
},
"license": {
"type": "MIT & Apache 2.0",
"url": "https://github.com/nathanaela/nativescript-sqlite/blob/master/LICENSE"
},
"homepage": "https://github.com/nathanaela/nativescript-websockets",
"readmeFilename": "README.md"
}