1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "node-peerjs-client",
- "version": "1.0.0",
- "description": "node.js wrtc + peerjs",
- "keywords": [
- "webrtc",
- "wrtc",
- "nodejs",
- "peerjs",
- "p2p"
- ],
- "repository": "https://github.com/nicejs-is-cool/node-peerjs",
- "author": "nicejs-is-cool",
- "license": "MIT",
- "scripts": {
- "postinstall": "npm run build",
- "build": "node build.js",
- "prepublishOnly": "npm run build"
- },
- "main": "index.js",
- "devDependencies": {
- "parcel": "^1.12.3"
- },
- "dependencies": {
- "blob-to-arraybuffer": "0.0.1",
- "filereader": "^0.10.3",
- "node-blob": "0.0.2",
- "node-fetch": "^2.6.7",
- "wrtc": "^0.4.7",
- "ws": "^8.5.0"
- }
- }
|