mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 04:33:11 +03:00
изменено имя проекта и добавлена лицензия
This commit is contained in:
parent
6e2b9d6ab3
commit
998dc51678
2 changed files with 8 additions and 9 deletions
11
README.md
11
README.md
|
@ -1,7 +1,3 @@
|
|||
<p align="center"><img src="assets/banner.png" alt="kekkai banner"></p>
|
||||
|
||||
> Leoardo Watch. ⓒ Kekkai sensen. Banner made by [Artem Bay](https://github.com/ArtemBay/)
|
||||
|
||||
|
||||
### License. The project is under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) license.
|
||||
|
||||
|
@ -20,4 +16,9 @@
|
|||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
```
|
||||
```
|
||||
|
||||
### Third-party library licenses
|
||||
- [fastify/fastify](https://github.com/fastify/fastify) — [MIT](https://github.com/fastify/fastify/blob/main/LICENSE)
|
||||
- [eemeli/yaml](https://github.com/eemeli/yaml) — [ISC](https://github.com/eemeli/yaml/blob/main/LICENSE)
|
||||
- [brianc/node-postgres](https://github.com/brianc/node-postgres) — [MIT](https://github.com/brianc/node-postgres/blob/master/LICENSE)
|
|
@ -3,11 +3,9 @@
|
|||
"version": "1.0.0",
|
||||
"description": "Chart for popular fiat currencies",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"scripts": {},
|
||||
"author": "Redume",
|
||||
"license": "ISC",
|
||||
"license": "LGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"fastify": "^4.26.1",
|
||||
"pg": "^8.11.3",
|
||||
|
|
Loading…
Add table
Reference in a new issue