-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 998 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "unims",
"version": "1.0.0",
"description": "PROGETTO PROGRAMMAZIONE WEB",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "~2.5.6",
"express": "~4.15.3",
"express-session": "^1.15.4",
"jsonwebtoken": "^7.4.1",
"mongoose": "^4.11.11",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"postmark": "^1.4.1",
"q": "^1.5.0",
"request": "^2.81.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SaraPettinari/UniMS.git"
},
"author": "UniMs",
"license": "MIT",
"bugs": {
"url": "https://github.com/SaraPettinari/UniMS/issues"
},
"homepage": "https://github.com/SaraPettinari/UniMS#readme"
}