forked from RingsNetwork/rings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 778 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
{
"name": "@ringsnetwork/rings-node",
"collaborators": [
"RND <dev@ringsnetwork.io>"
],
"description": "Rings is a structured peer-to-peer network implementation using WebRTC, Chord algorithm, and full WebAssembly (WASM) support.\n",
"version": "0.2.6",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/RingsNetwork/rings-node"
},
"scripts": {
"prepare": "make build-browser-pack && cp node/pkg/rings_node* ./"
},
"files": [
"rings_node_bg.wasm",
"rings_node.js",
"rings_node.d.ts"
],
"module": "rings_node.js",
"types": "rings_node.d.ts",
"type": "module",
"main": "rings_node.js",
"sideEffects": false,
"keywords": [
"Chord",
"DHT",
"Web3",
"P2P",
"WASM"
]
}