-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 KB
/
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
40
41
42
43
{
"name": "iosl-inav-backend",
"version": "0.0.1",
"description": "Backend part of our TU Berlin course \"Internet of Services Lab - Indoor Navigation\" at the SNET department.",
"main": "app.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IoSL-INav/backend.git"
},
"author": "SNET",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IoSL-INav/backend/issues"
},
"homepage": "https://github.com/IoSL-INav/backend#readme",
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.14.1",
"chai": "^3.4.1",
"connect-keycloak": "file:vendor/keycloak-nodejs-mathiasslawik/connect",
"connect-mongo": "^0.8.2",
"express": "^4.13.3",
"express-jwt": "^3.3.0",
"express-session": "^1.12.1",
"jsonwebtoken": "^5.4.1",
"keycloak-auth-utils": "file:vendor/keycloak-nodejs-mathiasslawik/auth-utils",
"logrotate-stream": "^0.2.5",
"mocha": "^2.3.4",
"mongoose": "^4.2.7",
"morgan": "^1.6.1",
"node-uuid": "^1.4.7",
"nodemailer": "^1.10.0",
"passwordless": "^1.1.0",
"passwordless-memorystore": "0.0.1",
"path-to-regexp": "^1.2.1",
"supertest": "^1.1.0",
"type-is": "^1.6.10",
"validator": "^4.4.0"
}
}