UNPKG

728 BJSONView Raw
1{
2 "name": "freeice",
3 "version": "0.1.2",
4 "description": "Get free, randomized STUN and TURN servers for your WebRTC application",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test/all.js",
8 "gendocs": "gendocs > README.md"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/DamonOehlman/freeice.git"
13 },
14 "keywords": [
15 "webrtc",
16 "ice",
17 "stun",
18 "turn"
19 ],
20 "author": "Damon Oehlman <damon.oehlman@gmail.com>",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/DamonOehlman/freeice/issues"
24 },
25 "homepage": "https://github.com/DamonOehlman/freeice",
26 "devDependencies": {
27 "rtc-quickconnect": "~0.8.3",
28 "stun": "0.0.2",
29 "tape": "~2.3.2"
30 }
31}
\No newline at end of file