Files
cdnjs/ajax/libs/peerjs/package.json
T
2014-05-28 09:40:33 +05:30

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