-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 833 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 833 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
31
32
33
34
35
{
"name": "djaneio",
"version": "1.0.0",
"description": "NGSI-LD Context Broker",
"main": "server.js",
"license": "EPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/sensinov/djane"
},
"contributors": [
"Thomas Gilbert <[email protected]> (https://alexandra.dk/dk/om_os/medarbejdere/thomas-gilbert/)"
],
"scripts": {
"test": "jest",
"migrate": "node migrate.js",
"start": "node server.js"
},
"author": "sensinov",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"http-errors": "^1.7.2",
"isuri": "^2.0.3",
"jest": "^24.8.0",
"jsonschema": "^1.2.4",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.1.10",
"request": "^2.88.0"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}