Change word DEPENDENCES to DEPENDENCIES.

See? This is something would happen if you staring at a file that you created like a month ago and start to think "Hey, I wonder whether or not this is a valid English word"
This commit is contained in:
NI
2019-08-07 16:16:09 +08:00
parent 02f14eb14f
commit 122587c4bd
5 changed files with 10 additions and 10 deletions

23
DEPENDENCIES.md Normal file
View File

@@ -0,0 +1,23 @@
# 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
## 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)