-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 867 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
{
"name": "omnia",
"version": "1.0.0",
"description": "Repo for my semester project based on Thingweb.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/massimoalbarello/omnia.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/massimoalbarello/omnia/issues"
},
"homepage": "https://github.com/massimoalbarello/omnia#readme",
"dependencies": {
"@abandonware/noble": "^1.9.2-15",
"bufferutil": "^4.0.5",
"deepmerge2": "^1.0.6",
"fast-csv": "^4.3.6",
"flat": "^5.0.2",
"fs": "0.0.1-security",
"influx": "^5.9.2",
"mathjs": "^10.0.0",
"mqtt": "^4.2.8",
"onoff": "^6.0.3",
"run-parallel": "^1.2.0",
"utf-8-validate": "^5.0.7"
}
}