25 lines
426 B
JSON
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"
|
|
]
|
|
}
|