1
Fork 0
mirror of https://github.com/Steffo99/registro-fermi.git synced 2025-02-16 09:13:59 +00:00
registro-steffo/server/package.json

29 lines
645 B
JSON

{
"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"
}