-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.21 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
44
45
46
47
48
49
50
51
52
{
"name": "@tum-far/ubii-nodejs-backend",
"version": "0.4.0",
"description": "",
"main": "src/index.js",
"license": "",
"repository": "https://github.com/SandroWeber/ubii-node-master",
"contributors": [
{
"name": "Sandro Weber",
"email": "[email protected]",
"url": "https://wiki.tum.de/pages/viewpage.action?pageId=51840433"
},
{
"name": "Daniel Dyrda",
"email": "[email protected]"
}
],
"engines": {
"node": ">=4"
},
"scripts": {
"start": "node scripts/startUbiiMasterNode.js",
"start-profiling": "node --inspect scripts/startUbiiMasterNode.js",
"test": "ava"
},
"keywords": [
""
],
"devDependencies": {
"@ava/babel": "1.0.1",
"ava": "^5.2.0",
"selfsigned": "2.0.0",
"sinon": "6.0.1",
"yargs": "15.4.0"
},
"dependencies": {
"@tum-far/namida": "0.1.1",
"@tum-far/ubii-database": "0.1.1",
"@tum-far/ubii-msg-formats": "0.16.6",
"@tum-far/ubii-node-nodejs": "0.4.2",
"@tum-far/ubii-topic-data": "0.4.9",
"body-parser": "1.18.3",
"express": "4.19.2",
"printf": "0.6.1",
"shelljs": "0.8.5",
"uuid": "8.3.2",
"workerpool": "6.1.4",
"ws": "7.5.10",
"zeromq": "5.2.8"
}
}