forked from cfmarais-eng/VAST.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 709 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 709 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
{
"name": "vast.js",
"version": "0.0.1-2",
"description": "a P2P library for spatial publish subscribe (SPS)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Imonology/VAST.js"
},
"dependencies": {
"debug": "0.8.1",
"socket.io": "3.0.4"
},
"keywords": [
"peer-to-peer",
"P2P",
"spatial",
"publish",
"subscribe",
"pubsub",
"real-time",
"games",
"vast"
],
"author": "Shun-Yun Hu",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/Imonology/VAST.js/issues"
},
"homepage": "https://github.com/Imonology/VAST.js"
}