IP_Malafeev_KrutieLabi/lab2/package.json

20 lines
384 B
JSON

{
"name": "web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.2.1",
"font-awesome": "^4.7.0"
},
"scripts": {
"start": "http-server -p 3000 ./",
"test": "echo \"Error: no test specified\" && exit 1 "
},
"devDependencies": {
"http-server": "14.1 .1 "
}
}