You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
363 B
16 lines
363 B
{
|
|
"name": "webserver-v3",
|
|
"version": "1.0.0",
|
|
"description": "maly webserver vyuzivajici dalsi npm moduly",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "KM",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"formidable": "^1.2.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"upper-case": "^2.0.2"
|
|
}
|
|
}
|
|
|