little website
This commit is contained in:
parent
4d14982e38
commit
2e6f697a69
8 changed files with 201 additions and 0 deletions
19
little_website/package.json
Normal file
19
little_website/package.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "little_website_phone",
|
||||
"version": "1.0.0",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"body-parser": "^2.2.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^5.1.0",
|
||||
"express-rate-limit": "^8.0.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue