-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 985 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
35
36
37
38
39
40
41
42
43
44
{
"name": "barnacles-websocket",
"homepage": "https://www.reelyactive.com",
"author": {
"name": "reelyActive",
"email": "[email protected]"
},
"description": "WebSocket interface for barnacles. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"IoT",
"WebSocket"
],
"version": "1.0.0",
"engines": {
"node": ">=14.0.0"
},
"main": "./lib/barnacleswebsocket.js",
"scripts": {
"start": "node bin/barnacles-websocket"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnacles-websocket.git"
},
"dependencies": {
"ws": "^8.14.2"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/barnacles-websocket/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
},
{
"name": "James Eberhardt",
"email": "[email protected]",
"url": "https://github.com/jeberhardt"
}
],
"license": "MIT"
}