mirror of
https://github.com/Steffo99/registro-fermi.git
synced 2024-11-21 15:44:28 +00:00
Quando ho importato tutto dal vecchio repo mi sono scordato questo (#3)
This commit is contained in:
parent
728c61aee1
commit
017026a3cd
1 changed files with 29 additions and 0 deletions
29
server/package.json
Normal file
29
server/package.json
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"name": "backend-registro",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Backend del registro della scuola ITIS Enrico Fermi",
|
||||||
|
"main": "main.js",
|
||||||
|
"dependencies": {
|
||||||
|
"bcrypt-nodejs": "^0.0.3",
|
||||||
|
"body-parser": "^1.15.2",
|
||||||
|
"express": "^4.14.0",
|
||||||
|
"mysql": "^2.11.1",
|
||||||
|
"randomstring": "^1.1.5",
|
||||||
|
"node-inspector": "^0.12.8"
|
||||||
|
},
|
||||||
|
"devDependencies": {},
|
||||||
|
"scripts": {
|
||||||
|
"test": "node main.js"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/GeneralApathy/backend-registro/"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"backend",
|
||||||
|
"restapi",
|
||||||
|
"json"
|
||||||
|
],
|
||||||
|
"author": "Emiliano Maccaferri",
|
||||||
|
"license": "GPL-3.0"
|
||||||
|
}
|
Loading…
Reference in a new issue