bulk: changing experiments structure and how i use it.
This commit is contained in:
parent
20d4c9d3b7
commit
521c5b0063
20 changed files with 802 additions and 0 deletions
23
web/package.json
Normal file
23
web/package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue