UNPKG

1.69 kBJSONView Raw
1{
2 "name": "@casual-simulation/causal-tree-server-socketio",
3 "version": "1.1.9",
4 "description": "Casual trees served over socket.io.",
5 "keywords": [
6 "socket.io",
7 "crdt",
8 "realtime",
9 "causal-tree"
10 ],
11 "author": "Casual Simulation, Inc.",
12 "homepage": "https://github.com/casual-simulation/casualos",
13 "license": "MIT",
14 "main": "index.js",
15 "types": "index.d.ts",
16 "module": "index.js",
17 "directories": {
18 "lib": "."
19 },
20 "files": [
21 "/README.md",
22 "/LICENSE.txt",
23 "**/*.js",
24 "**/*.js.map",
25 "**/*.d.ts"
26 ],
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/casual-simulation/casualos.git"
30 },
31 "scripts": {
32 "watch": "tsc --watch",
33 "watch:player": "npm run watch",
34 "build": "echo \"Nothing to do.\"",
35 "build:docs": "typedoc --mode file --excludeNotExported --out ../../api-docs/causal-tree-server-socketio .",
36 "test": "jest",
37 "test:watch": "jest --watchAll"
38 },
39 "publishConfig": {
40 "access": "public"
41 },
42 "bugs": {
43 "url": "https://github.com/casual-simulation/casualos/issues"
44 },
45 "dependencies": {
46 "@casual-simulation/causal-tree-server": "^1.1.9",
47 "@casual-simulation/causal-trees": "^1.1.9",
48 "@casual-simulation/crypto": "^1.0.24",
49 "@casual-simulation/crypto-node": "^1.0.24",
50 "@types/lodash": "^4.14.123",
51 "@types/socket.io": "^2.1.2",
52 "lodash": "^4.17.14",
53 "rxjs": "^6.5.2",
54 "socket.io": "2.2.0"
55 },
56 "gitHead": "a7bce7e2853c4651f105964e65af372024779826"
57}