mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-29 06:36:08 +10:00
24 lines
549 B
JSON
24 lines
549 B
JSON
{
|
|
"name": "peerjs",
|
|
"filename": "peer.min.js",
|
|
"version": "0.3.7",
|
|
"description": "Peer-to-peer data in the browser.",
|
|
"homepage": "http://peerjs.com/",
|
|
"keywords": ["js","WebRTC"],
|
|
"maintainers": [{
|
|
"name": "PeerJS",
|
|
"web": "http://peerjs.com/"
|
|
}],
|
|
"repositories": [{
|
|
"type": "git",
|
|
"url": "https://github.com/peers/peerjs"
|
|
}],
|
|
"npmName": "peerjs",
|
|
"npmFileMap": [{
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"*"
|
|
]
|
|
}]
|
|
}
|