forked from peers/peerjs
-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
34 lines (34 loc) · 949 Bytes
/
package.json
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
{
"name": "skyway-peerjs",
"version": "0.4.1",
"description": "This branch is a customized version of PeerJS for NTT Communications's WebRTC platform SkyWay.",
"homepage": "http://skyway.io/en",
"main": "./lib/peer.js",
"repository": {
"type": "git",
"url": "git://github.com/nttcom/peerjs.git"
},
"bugs": {
"url": "https://github.com/nttcom/peerjs/issues"
},
"author": "Michelle Bu, Eric Zhang, NTT Communications",
"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.9.1",
"grunt-contrib-watch": "^0.6.1",
"mocha": "*"
},
"dependencies": {
"eventemitter3": "0.1.5",
"js-binarypack": "0.0.9",
"reliable": "git+https://github.com/michelle/reliable.git"
}
}