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