1234567891011121314151617181920212223 |
- {
- "name": "libdatachannel-signaling-server",
- "version": "0.2.0",
- "description": "Signaling server example for libdatachannel",
- "main": "signaling-server.js",
- "scripts": {
- "start": "node signaling-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": "MPL-2.0",
- "bugs": {
- "url": "https://github.com/paullouisageneau/libdatachannel/issues"
- },
- "homepage": "https://github.com/paullouisageneau/libdatachannel#readme",
- "dependencies": {
- "websocket": "^1.0.35"
- }
- }
|