mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
24 lines
631 B
JSON
24 lines
631 B
JSON
{
|
|
"name": "libdatachannel-example-web",
|
|
"version": "0.0.1",
|
|
"description": "Example for libdatachannel",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/paullouisageneau/libdatachannel.git"
|
|
},
|
|
"author": "Paul-Louis Ageneau",
|
|
"license": "GPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/paullouisageneau/libdatachannel/issues"
|
|
},
|
|
"homepage": "https://github.com/paullouisageneau/libdatachannel#readme",
|
|
"dependencies": {
|
|
"websocket": "^1.0.31"
|
|
}
|
|
}
|