2014-11-25 15:51:45 +00:00

25 lines
426 B
JSON

{
"name": "peerjs",
"version": "0.3.14",
"homepage": "http://peerjs.com",
"authors": [
"Michelle Bu <michelle@michellebu.com>"
],
"description": "Simple peer-to-peer data and media using WebRTC.",
"main": "peer.js",
"keywords": [
"WebRTC",
"peer",
"peerjs",
"p2p"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}