mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
33 lines
531 B
JSON
33 lines
531 B
JSON
{
|
|
"name": "peerjs",
|
|
"filename": "peer.min.js",
|
|
"version": "0.3.14",
|
|
"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": [
|
|
"*"
|
|
]
|
|
}
|
|
]
|
|
}
|