forked from otalk/RTCPeerConnection
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 969 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
35
36
37
38
39
40
{
"name": "rtcpeerconnection",
"version": "3.0.11",
"description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.",
"main": "rtcpeerconnection.js",
"repository": {
"type": "git",
"url": "https://github.com/otalk/RTCPeerConnection"
},
"keywords": [
"browser",
"RTCPeerConnection",
"WebRTC",
"Jingle"
],
"author": "Henrik Joreteg <[email protected]>",
"license": "MIT",
"dependencies": {
"wildemitter": "1.x",
"webrtcsupport": "tommoor/webrtcsupport",
"traceablepeerconnection": "speak/traceablepeerconnection",
"sdp-jingle-json": "2.x",
"underscore": "1.x"
},
"devDependencies": {
"browserify": "2.x",
"precommit-hook": "1.x",
"tape": "2.x"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/10..latest",
"chrome/32..latest",
"firefox/24..latest",
"safari/latest",
"opera/18..latest"
]
}
}