23 lines
420 B
JSON
23 lines
420 B
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0",
|
|
"description": "Web Server Experiments",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"moo\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.saluco.nl/strix/experiments"
|
|
},
|
|
"keywords": [
|
|
"experiments",
|
|
"random",
|
|
"stuff"
|
|
],
|
|
"author": "Strix <sx@saluco.nl>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^5.1.0"
|
|
}
|
|
}
|