UNPKG

enc-webrtc

Version:

An utility which helps using web rtc.

36 lines (35 loc) 767 B
{ "name": "enc-webrtc", "version": "0.0.6", "description": "An utility which helps using web rtc.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/Enc-EE/enc-webrtc.git" }, "keywords": [ "enc", "web", "rtc", "peer", "typescript", "javascript" ], "author": "Eric Eichhorn", "license": "MIT", "bugs": { "url": "https://github.com/Enc-EE/enc-webrtc/issues" }, "homepage": "https://github.com/Enc-EE/enc-webrtc#readme", "devDependencies": { "clean-webpack-plugin": "^2.0.1", "ts-loader": "^5.3.3", "typescript": "^3.4.3", "webpack": "^4.30.0", "webpack-cli": "^3.3.0" } }