-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 777 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 777 Bytes
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
{
"name": "roomio",
"version": "0.0.0",
"private": true,
"description": "Reservation system for meeting rooms etc.",
"homepage": "https://github.com/ErikkilaE/Roomio",
"bugs": {
"url": "https://github.com/ErikkilaE/Roomio/issues"
},
"dependencies": {
"angular-ui-bootstrap": "^2.5.6",
"body-parser": "^1.17.2",
"checklist-model": "^0.11.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "^4.16.2",
"express-session": "^1.15.5",
"jsonwebtoken": "^7.4.1",
"mongoose": "^4.11.5",
"morgan": "~1.8.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"serve-favicon": "~2.4.2",
"simplify-string": "^1.0.3"
},
"devDependencies": {
"jshint": "^2.9.5"
}
}