Files
TIS-lab4/package.json
Yankovskaya Natalia 3d15d4bea7 v2-local-js-css
2023-10-25 12:23:05 +03:00

22 lines
509 B
JSON

{
"name": "nodejs-api-webapp",
"version": "1.0.0",
"dependencies": {
"body-parser": "^1.16.0",
"bootstrap": "^5.3.2",
"express": "^4.18.2",
"jquery": "^3.7.1"
},
"description": "https://nodejsdev.ru/guides/metanit/express-api/",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://kormcraft.ddns.net:3000/Antone/TIS-lab4.git"
},
"author": "Antone",
"license": "UNLICENSED"
}