forked from mddub/minimed-connect-to-nightscout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 852 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
37
38
{
"name": "minimed-connect-to-nightscout",
"version": "1.3.2",
"description": "Send Medtronic pump and CGM data to Nightscout.",
"author": "Mark Wilson <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/mddub/minimed-connect-to-nightscout.git"
},
"bugs": {
"url": "https://github.com/mddub/minimed-connect-to-nightscout/issues"
},
"main": "index.js",
"scripts": {
"start": "node run.js",
"test": "node_modules/.bin/mocha"
},
"license": "MIT",
"engines": {
"node": "^10.14.1 || ^8.15.1",
"npm": "^6.4.1"
},
"dependencies": {
"common": "^0.2.5",
"lodash": "^4.17.15",
"request": "^2.88.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^6.2.0"
},
"keywords": [
"medtronic",
"minimed",
"cgm",
"nightscout"
]
}