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.
20 lines
424 B
20 lines
424 B
{
|
|
"name": "ni-vmm",
|
|
"version": "1.0.0",
|
|
"description": "Basic backend for M-Trees",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.fit.cvut.cz:spacefr1/ni-vmm.git"
|
|
},
|
|
"author": "František Špaček",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.21.1"
|
|
}
|
|
}
|