Initial commit

This commit is contained in:
NI
2019-08-07 15:56:51 +08:00
commit 02f14eb14f
206 changed files with 38863 additions and 0 deletions

23
DEPENDENCES.md Normal file
View File

@@ -0,0 +1,23 @@
# Dependences Of 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 dependences 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
## For back-end application
- `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)