forked from peers/peerjs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.64 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@cruxpay/peerjs",
"version": "1.0.3",
"description": "PeerJS client",
"main": "./dist/peerjs.min.js",
"repository": {
"type": "git",
"url": "git://github.com/peers/peerjs.git"
},
"author": "Michelle Bu, Eric Zhang, Jairo Caro-Accino, Carlos Caballero",
"license": "MIT",
"scripts": {
"build": "parcel build lib/exports.ts -d dist --out-file peerjs.min.js --no-minify",
"prepublish": "npm run build",
"postinstall": "opencollective-postinstall",
"test": "mocha -r ts-node/register -r jsdom-global/register test/**/*.ts"
},
"release": {
"branch": "master"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"crypto-js": "^3.1.9-1",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-ts": "^6.0.0-beta.21",
"jsdom": "14.0.0",
"jsdom-global": "3.0.2",
"mocha": "^6.1.4",
"mock-socket": "^8.0.5",
"standard": "^12.0.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@types/node": "^10.14.12",
"@types/webrtc": "^0.0.25",
"eccrypto": "^1.1.1",
"eciesjs": "^0.1.5",
"eventemitter3": "^3.1.2",
"js-binarypack": "0.0.9",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.0",
"peerjs-js-binarypack": "1.0.0",
"reliable": "git+https://github.com/michelle/reliable.git",
"webrtc-adapter": "^7.2.6"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/peer"
}
}