2018-10-04 20:49:20 +00:00
{
"name" : "client" ,
2018-10-28 17:25:43 +00:00
"version" : "1.0.1" ,
2018-10-04 20:49:20 +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." ,
"main" : "main.js" ,
2018-10-07 16:21:28 +00:00
"directories" : { } ,
2018-10-04 20:49:20 +00:00
"scripts" : {
2018-10-08 23:27:14 +00:00
"compile-sass" : "sass --update .:." ,
2018-10-09 11:40:38 +00:00
"build-worker" : "tsc -p shared/js/workers/tsconfig_worker_codec.json" ,
2018-10-04 20:49:20 +00:00
"build-web-app" : "tsc -p tsconfig/tsconfig_web_app.json" ,
"build-web-app-release" : "tsc -p tsconfig/tsconfig_web_app_packaged.json" ,
"build-web-preload" : "tsc -p tsconfig/tsconfig_web_preload.json"
} ,
2018-10-08 23:27:14 +00:00
"author" : "TeaSpeak (WolverinDEV)" ,
2018-10-04 20:49:20 +00:00
"license" : "ISC" ,
"devDependencies" : {
"@types/emscripten" : "0.0.31" ,
2018-10-08 23:38:37 +00:00
"@types/jquery" : "3.3.5" ,
2018-10-07 16:21:28 +00:00
"@types/node" : "^9.4.6" ,
"@types/websocket" : "0.0.38" ,
2018-10-08 23:27:14 +00:00
"electron" : "^3.0.2" ,
"sass" : "^1.14.1" ,
"typescript" : "^3.1.1"
2018-10-04 20:49:20 +00:00
} ,
2018-10-20 17:58:06 +00:00
"dependencies" : {
"@types/moment" : "^2.13.0"
} ,
2018-10-04 20:49:20 +00:00
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/TeaSpeak/TeaWeb/TeaWeb.git"
} ,
"bugs" : {
"url" : "https://github.com/TeaSpeak/TeaWeb/issues"
} ,
"homepage" : "https://github.com/TeaSpeak/TeaWeb/TeaWeb#readme"
}