Files
TIS-website/package.json
2023-10-02 11:39:58 +03:00

20 lines
581 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "webpage",
"version": "1.0.0",
"description": "Для визуализации работы с git был использован интерфейс [ungit](https://github.com/FredrikNoren/ungit). Код и текст написаны в [Notepad++](https://notepad-plus-plus.org/).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "webpage"
},
"author": "Antone",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"nodemon": "^3.0.1"
}
}