-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "icebreaker.io-client",
"version": "1.0.0",
"description": "Client JavaScript library for peer-to-peer WebRTC communications",
"main": "./src/client.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elbecita/icebreaker.io-client.git"
},
"keywords": [
"webrtc",
"signaling"
],
"author": "Maria Fernandez",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/elbecita/icebreaker.io-client/issues"
},
"homepage": "https://github.com/elbecita/icebreaker.io-client#readme",
"dependencies": {
"signals": "1.0.0",
"socket.io-client": "2.0.4",
"webrtc-adapter": "6.0.2"
},
"devDependencies": {
"chai": "^4.1.2",
"expect": "^21.2.1",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3.0.1",
"isparta": "^4.0.0",
"proxyquire": "^1.8.0",
"require-dir": "^0.3.2",
"sinon": "^4.1.2",
"sinon-chai": "^2.14.0"
}
}