Files
libdatachannel/examples/web/package.json
2020-05-31 20:34:13 +02:00

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"
}
}