Initial commit
This commit is contained in:
commit
15d4e2f126
37 changed files with 12580 additions and 0 deletions
12
crabfit-backend/package.json
Normal file
12
crabfit-backend/package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "crabfit-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "API for Crabfit",
|
||||
"main": "index.js",
|
||||
"author": "Ben Grant",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"express": "^4.17.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue