Files
sshwifty-udp-telnet-http/DEPENDENCIES.md

29 lines
1.6 KiB
Markdown

# Dependencies used by Sshwifty
Sshwifty uses many third-party components. Those components is required inorder
for Sshwifty to function.
A list of used components can be found inside `package.json` and `go.mod` file.
Major dependencies includes:
## For front-end application
- [Vue](https://vuejs.org), Licensed under MIT license
- [Babel](https://babeljs.io/), Licensed under MIT license
- [XTerm.js](https://xtermjs.org/), Licensed under MIT license
- [normalize.css](https://github.com/necolas/normalize.css), Licensed under MIT license
- [Roboto font](https://en.wikipedia.org/wiki/Roboto), Licensed under Apache license
Packaged by [Christian Hoffmeister](https://github.com/choffmeister/roboto-fontface-bower), Licensed under Apache 2.0
- [iconv-lite](https://github.com/ashtuchkin/iconv-lite), Licensed under MIT license
- [buffer](https://github.com/feross/buffer), Licensed under MIT license
- [Hack font](https://github.com/source-foundry/Hack), [View license](https://github.com/source-foundry/Hack/blob/master/LICENSE.md)
- [fontfaceobserver](https://github.com/bramstein/fontfaceobserver), [View license](https://github.com/bramstein/fontfaceobserver/blob/master/LICENSE)
## For back-end application
- [Go programming language](https://golang.org), [View license](https://github.com/golang/go/blob/master/LICENSE)
- `github.com/gorilla/websocket`, Licensed under BSD-2-Cause license
- `golang.org/x/net/proxy` [View license](https://github.com/golang/net/blob/master/LICENSE)
- `golang.org/x/crypto`, [View license](https://github.com/golang/crypto/blob/master/LICENSE)