forked from DamonOehlman/talkytowers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 957 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": "talkytowers",
"version": "0.0.0",
"description": "8-bit video conferencing for virtual environments",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/DamonOehlman/talkytowers.git"
},
"keywords": [
"webrtc",
"video",
"conferencing",
"virtual",
"environment"
],
"author": "Damon Oehlman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DamonOehlman/talkytowers/issues"
},
"homepage": "https://github.com/DamonOehlman/talkytowers",
"devDependencies": {
"browserify": "~3.24.10"
},
"dependencies": {
"rtc-quickconnect": "~0.10.0",
"game-shell": "~0.1.4",
"rtc-media": "~1.5.1",
"async": "~0.2.10",
"formatter": "~0.4.1",
"crel": "~1.1.1",
"feature": "~0.1.3",
"spritey": "~0.2.1",
"fdom": "~0.6.3"
}
}