2018-02-27 16:20:49 +00:00
{
"name" : "client" ,
"version" : "1.0.0" ,
2018-09-22 14:52:26 +00:00
"description" : "Welcome here! This repository is created with two reasons:\n 1. People can bring their own ideas and follow their implementation\n 2. People can see TeaSpeak Web client progress and avoid creating repetitive issues all the time." ,
2018-02-27 16:20:49 +00:00
"main" : "main.js" ,
"directories" : {
"test" : "test"
} ,
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1"
} ,
"author" : "" ,
"license" : "ISC" ,
"devDependencies" : {
2018-09-22 14:52:26 +00:00
"@types/node" : "^9.4.6"
2018-02-27 16:20:49 +00:00
} ,
"dependencies" : {
"@types/emscripten" : "0.0.31" ,
2018-03-24 22:38:01 +00:00
"@types/jquery" : "^3.3.0" ,
"@types/websocket" : "0.0.38"
2018-08-14 18:37:54 +00:00
} ,
"repository" : {
"type" : "git" ,
2018-09-22 14:52:26 +00:00
"url" : "git+https://github.com/TeaSpeak/TeaWeb/TeaWeb.git"
2018-08-14 18:37:54 +00:00
} ,
"bugs" : {
2018-09-22 14:52:26 +00:00
"url" : "https://github.com/TeaSpeak/TeaWeb/issues"
2018-08-14 18:37:54 +00:00
} ,
2018-09-22 14:52:26 +00:00
"homepage" : "https://github.com/TeaSpeak/TeaWeb/TeaWeb#readme"
2018-02-27 16:20:49 +00:00
}