1
Fork 0
mirror of https://github.com/Steffo99/registro-fermi.git synced 2024-10-16 06:27:34 +00:00

Quando ho importato tutto dal vecchio repo mi sono scordato questo (#3)

This commit is contained in:
Steffo 2016-09-15 20:25:13 +02:00 committed by Nemesis
parent 728c61aee1
commit 017026a3cd

29
server/package.json Normal file
View 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"
}