forked from peers/peerjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 698 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 698 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
{
"name": "peerjs",
"version": "0.3.14",
"description": "PeerJS client",
"main": "./lib/peer.js",
"repository": {
"type": "git",
"url": "git://github.com/peers/peerjs.git"
},
"author": "Michelle Bu, Eric Zhang",
"license": "MIT",
"scripts": {
"prepublish": "./node_modules/.bin/grunt"
},
"devDependencies": {
"expect.js": "*",
"grunt": "^0.4.5",
"grunt-browserify": "^3.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.5.1",
"mocha": "*"
},
"dependencies": {
"eventemitter3": "^0.1.5",
"js-binarypack": "0.0.9",
"reliable": "git+https://github.com/michelle/reliable.git"
}
}