42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"node-pre-gyp": "^0.13.0"
|
|
},
|
|
"scripts": {
|
|
"install": "node scripts/download-prebuilt.js"
|
|
},
|
|
"name": "wrtc",
|
|
"description": "Standards-compliant WebRTC implementation for Node",
|
|
"keywords": [
|
|
"webrtc",
|
|
"p2p",
|
|
"peer"
|
|
],
|
|
"version": "0.4.7",
|
|
"author": "Alan K <ack@modeswitch.org> (http://blog.modeswitch.org)",
|
|
"homepage": "https://github.com/node-webrtc/node-webrtc",
|
|
"bugs": "https://github.com/node-webrtc/node-webrtc/issues",
|
|
"license": "BSD-2-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/node-webrtc/node-webrtc.git"
|
|
},
|
|
"main": "lib/index.js",
|
|
"browser": "lib/browser.js",
|
|
"binary": {
|
|
"module_name": "wrtc",
|
|
"module_path": "./build/{configuration}/",
|
|
"remote_path": "./{module_name}/v{version}/{configuration}/",
|
|
"package_name": "{platform}-{arch}.tar.gz",
|
|
"host": "https://node-webrtc.s3.amazonaws.com"
|
|
},
|
|
"engines": {
|
|
"node": "^8.11.2 || >=10.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"domexception": "^1.0.1"
|
|
},
|
|
"bundledDependencies": [
|
|
"node-pre-gyp"
|
|
]
|
|
} |