-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 982 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "peerjs-groups",
"version": "1.0.0",
"description": "A thin abstraction layer over Peer.js (a client library) that allows peers to easily find and communicate with other peers that share a common group ID tag.",
"directories": {
"example": "demo"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#harmony",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsdoc": "^2.4.1",
"peerjs": "^1.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElizabethHudnott/peerjs-groups.git"
},
"keywords": [
"PeerJS",
"WebRTC",
"peer-to-peer",
"P2P",
"group",
"multiway",
"n-way",
"three way"
],
"author": "Elizabeth Hudnott",
"bugs": {
"url": "https://github.com/ElizabethHudnott/peerjs-groups/issues"
},
"homepage": "https://github.com/ElizabethHudnott/peerjs-groups#readme"
}