-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 821 Bytes
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
{
"name": "rfb2",
"author": "Andrey Sidorov <sidorares@yandex.ru>",
"description": "RFB protocol client and server",
"keywords": [
"vnc",
"rfb"
],
"homepage": "https://github.com/sidorares/node-rfb2",
"version": "0.2.2",
"maintainers": [
{
"name": "Andrey Sidorov",
"email": "sidoares@yandex.ru"
}
],
"bugs": {
"url": "http://github.com/sidorares/node-rfb2/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"repository": {
"type": "git",
"url": "http://github.com/sidorares/node-rfb2.git"
},
"main": "rfbclient.js",
"typings": "rfbclient",
"engines": {
"node": "*"
},
"devDependencies": {
"@types/node": "6.0.58"
}
}