-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
36 lines (36 loc) · 842 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
{
"name": "freeice",
"version": "2.2.2",
"description": "Get free, randomized STUN and TURN servers for your WebRTC application",
"main": "index.js",
"scripts": {
"test": "node test/all.js",
"gendocs": "embellish README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/DamonOehlman/freeice.git"
},
"stability": "unstable",
"keywords": [
"webrtc",
"ice",
"stun",
"turn"
],
"author": "Damon Oehlman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DamonOehlman/freeice/issues"
},
"homepage": "https://github.com/DamonOehlman/freeice",
"devDependencies": {
"embellish-readme": "^1.6.0",
"rtc-quickconnect": "^5.8.4",
"stun": "^2.1.0",
"tape": "^5.0.0"
},
"dependencies": {
"normalice": "^1.0.0"
}
}