-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
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
{
"name": "webject",
"version": "1.4.9",
"description": "Share Objects Online with the power of websockets. Keys, Values AND references. Webject is short for Web Object and it really is a system for sharing objects on the web. Someone can host an object, and make authTokens for others online to share this object",
"main": "webject.js",
"scripts": {
"test": "node tests.js"
},
"engines": {
"node": ">= 16.20.2",
"npm": ">= 8.19.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Y0ursTruly/webject.git"
},
"keywords": [
"api",
"sync",
"object",
"websockets",
"objects",
"datastore",
"data-sharing",
"websocket-api",
"datatypes",
"shared-object",
"shared-object-library",
"data-syncing",
"datatypes-in-js"
],
"author": "Paul R. Y. Taylor",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Y0ursTruly/webject/issues"
},
"homepage": "https://github.com/Y0ursTruly/webject#readme",
"dependencies": {
"ws": "^8.17.1"
}
}