-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 874 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
35
36
{
"name": "cgmsim",
"version": "1.0.0",
"description": "CGM trace generator, type 1 diabetes simulation",
"main": "all_meals.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lsandini/cgmsim.git"
},
"keywords": [
"simulation",
"diabetes",
"insulin"
],
"author": "Lorenzo Sandini",
"license": "MIT",
"bugs": {
"url": "https://github.com/lsandini/cgmsim/issues"
},
"homepage": "https://github.com/lsandini/cgmsim#readme",
"dependencies": {
"@babel/runtime": "^7.17.2",
"dotenv": "^9.0.2",
"form-data": "^4.0.0",
"json.date-extensions": "^1.2.2",
"mathjs": "^9.5.2",
"moment": "^2.29.1",
"mongodb": "^4.5.0",
"node-fetch": "^2.6.5",
"node-libcurl": "^2.3.4",
"perlin-noise": "^0.0.1"
}
}