webp2p
Version:
The server-less signaling channel for WebRTC
60 lines (59 loc) • 1.46 kB
JSON
{
"name": "webp2p",
"version": "0.1.0-0",
"description": "The server-less signaling channel for WebRTC",
"homepage": "http://webp2p.io",
"license": "Affero-GPL",
"contributors": [
{
"name": "Jesús Leganés Combarro 'piranna'",
"email": "piranna@gmail.com",
"url": "http://pirannafs.blogspot.com.es"
}
],
"main": "lib/index.js",
"scripts": {
"test": "qunit-cli -c WebP2P:lib/index.js test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ShareIt-project/WebP2P.io.git"
},
"bugs": {
"url": "https://github.com/ShareIt-project/WebP2P.io/issues"
},
"keywords": [
"P2P",
"web",
"WebP2P",
"WebRTC"
],
"dependencies": {
"freeice": "^0.2.2",
"ibtrealtimesjnode": "^2.1.16",
"inherits": "^2.0.1",
"node-xmpp": "^1.0.0-alpha1",
"process-events-shim": "~0.1.0",
"pubnub": "latest",
"pusher": "latest",
"pusher-node-client": "0.0.8",
"rpc-builder": "~0.1.1",
"uuid": "~1.4.1",
"wrtc": "0.0.20"
},
"devDependencies": {
"browserify": "^4.1.6",
"grunt": "^0.4.5",
"grunt-browserify": "^2.1.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jsdoc": "^0.5.4",
"minifyify": "^3.0.6",
"qunit-cli": "git://github.com/ShareIt-project/qunit-cli",
"qunitjs": "^1.14.0"
},
"browser": {
"pubnub": "./shim/pubnub.js"
}
}