Skip to content

Instantly share code, notes, and snippets.

@fallenhitokiri
Created August 27, 2014 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fallenhitokiri/42e4cdfe53a216acc1af to your computer and use it in GitHub Desktop.
Save fallenhitokiri/42e4cdfe53a216acc1af to your computer and use it in GitHub Desktop.
npm install wrtc
{
"name": "wrtc",
"description": "Standards-compliant WebRTC implementation for Node",
"keywords": [
"webrtc",
"p2p",
"peer"
],
"version": "0.0.22",
"author": {
"name": "Alan K",
"email": "ack@modeswitch.org",
"url": "http://blog.modeswitch.org"
},
"homepage": "http://js-platform.github.io/node-webrtc/",
"bugs": {
"url": "https://github.com/js-platform/node-webrtc/issues"
},
"license": "BSD",
"repository": {
"type": "git",
"url": "http://github.com/js-platform/node-webrtc.git"
},
"main": "lib/index.js",
"browser": "lib/browser.js",
"engines": {
"node": ">=0.10.x"
},
"dependencies": {
"nan": "~0.4.4",
"node-gyp": "~0.10.10",
"rsvp": "~3.0.3",
"node-pre-gyp": "^0.5.9",
"nopt": "^2.2.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-tape": "~0.0.2",
"tape": "~2.4.2",
"ws": "~0.4.31",
"aws-sdk": "^2.0.0-rc13",
"node-static": "^0.7.3",
"minimist": "0.0.8",
"node-static-alias": "^0.1.0"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "node test/all.js"
},
"binary": {
"module_name": "wrtc",
"module_path": "./lib/binding",
"host": "https://wrtc-binaries.s3.amazonaws.com",
"remote_path": "./{module_name}/v{version}/{configuration}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz"
},
"contributors": [
{
"name": "Alan K",
"email": "ack@modeswitch.org",
"url": "blog.modeswitch.org"
},
{
"name": "Eric Rescorla",
"email": "ekr@rtfm.org"
},
{
"name": "Pasquale Boemio",
"email": "boemianrapsodi@gmail.com"
},
{
"name": "Damon Oehlman",
"email": "damon@fluxant.com"
},
{
"name": "Benjamin Byholm",
"email": "bbyholm@abo.fi"
},
{
"name": "Alex Londeree",
"email": "alex.londeree@gmail.com"
},
{
"name": "Jesús Leganés Combarro \"piranna\"",
"email": "piranna@gmail.com"
},
{
"name": "Dario Andrei",
"email": "wouldgo84@gmail.com"
},
{
"name": "Matt Porritt",
"email": "mattp@catalyst-au.net"
}
],
"bundleDependencies": [
"node-pre-gyp"
],
"_id": "wrtc@0.0.22",
"_shasum": "4e6f67e84ea0828127f30761638d9dfec6227ac1",
"_from": "wrtc@*",
"_npmVersion": "1.4.9",
"_npmUser": {
"name": "modeswitch",
"email": "npm@ack.modeswitch.org"
},
"maintainers": [
{
"name": "modeswitch",
"email": "ack+npm@modeswitch.org"
}
],
"dist": {
"shasum": "4e6f67e84ea0828127f30761638d9dfec6227ac1",
"tarball": "http://registry.npmjs.org/wrtc/-/wrtc-0.0.22.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/wrtc/-/wrtc-0.0.22.tgz",
"readme": "ERROR: No README data found!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment