hugo+node install
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user