Files
cdnjs/ajax/libs/peerjs/package.json
T
2014-10-11 22:40:17 +08:00

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": [
"*"
]
}
]
}