forked from peers/peerjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 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
59
60
61
{
"name": "peerjs",
"version": "0.3.21",
"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",
"prepublish": "yarn build",
"postinstall": "opencollective-postinstall",
"test": "cd test && codeceptjs run"
},
"husky": {
"hooks": {}
},
"release": {
"branch": "master"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-angular": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"codeceptjs": "^1.4.2",
"commitlint": "^7.2.1",
"expect.js": "*",
"grunt": "^1.0.3",
"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.0",
"grunt-ts": "^6.0.0-beta.21",
"husky": "^1.1.2",
"mocha": "*",
"selenium-standalone": "^6.15.3",
"standard-version": "^4.4.0",
"typescript": "^3.3.3"
},
"dependencies": {
"@types/node": "^10.12.0",
"eventemitter3": "^0.1.6",
"express": "^4.16.3",
"js-binarypack": "0.0.9",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.0",
"peerjs": "^0.3.20",
"react": "^16.8.1",
"reliable": "git+https://github.com/michelle/reliable.git",
"standard": "^12.0.1",
"webrtc-adapter": "^6.3.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/peer"
}
}