20 lines
581 B
JSON
20 lines
581 B
JSON
{
|
||
"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"
|
||
}
|
||
}
|