Created
August 27, 2014 06:51
-
-
Save fallenhitokiri/42e4cdfe53a216acc1af to your computer and use it in GitHub Desktop.
npm install wrtc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "wrtc", | |
"description": "Standards-compliant WebRTC implementation for Node", | |
"keywords": [ | |
"webrtc", | |
"p2p", | |
"peer" | |
], | |
"version": "0.0.22", | |
"author": { | |
"name": "Alan K", | |
"email": "[email protected]", | |
"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": "[email protected]", | |
"url": "blog.modeswitch.org" | |
}, | |
{ | |
"name": "Eric Rescorla", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Pasquale Boemio", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Damon Oehlman", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Byholm", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Alex Londeree", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jesús Leganés Combarro \"piranna\"", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Dario Andrei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Matt Porritt", | |
"email": "[email protected]" | |
} | |
], | |
"bundleDependencies": [ | |
"node-pre-gyp" | |
], | |
"_id": "[email protected]", | |
"_shasum": "4e6f67e84ea0828127f30761638d9dfec6227ac1", | |
"_from": "wrtc@*", | |
"_npmVersion": "1.4.9", | |
"_npmUser": { | |
"name": "modeswitch", | |
"email": "[email protected]" | |
}, | |
"maintainers": [ | |
{ | |
"name": "modeswitch", | |
"email": "[email protected]" | |
} | |
], | |
"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