mirror of https://github.com/dani/vroom.git
Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
396 B
25 lines
396 B
11 years ago
|
{
|
||
|
"asi": false,
|
||
|
"expr": true,
|
||
|
"loopfunc": true,
|
||
|
"curly": false,
|
||
|
"evil": true,
|
||
|
"white": true,
|
||
|
"undef": true,
|
||
|
"node": true,
|
||
|
"predef": [
|
||
|
"$",
|
||
|
"FormBot",
|
||
|
"socket",
|
||
|
"confirm",
|
||
|
"alert",
|
||
|
"require",
|
||
|
"__dirname",
|
||
|
"process",
|
||
|
"exports",
|
||
|
"console",
|
||
|
"Buffer",
|
||
|
"module"
|
||
|
]
|
||
|
}
|