forked from mddub/minimed-connect-to-nightscout
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 812 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
{
"name": "minimed-connect-to-nightscout",
"version": "1.1.0",
"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": "0.10.x"
},
"dependencies": {
"common": "0.2.x",
"lodash": "3.10.x",
"request": "2.64.x"
},
"devDependencies": {
"expect.js": "0.3.x",
"mocha": "2.3.x"
},
"keywords": [
"medtronic",
"minimed",
"cgm",
"nightscout"
]
}