forked from jpollock/glooko2nightscout-bridge
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 783 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
{
"name": "glooko2nightscout-bridge",
"version": "0.0.1",
"description": "Fetches data from Glooko's webservice and puts it in Nightscout. This code is heavily based on bewest's https://github.com/nightscout/share2nightscout-bridge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jeremy Pollock",
"license": "MIT",
"dependencies": {
"moment-timezone": "^0.5.17",
"request": "^2.87.0"
},
"repository": {
"type": "git",
"url": "git://github.com/jpollock/glooko2nightscout-bridge.git"
},
"engines": {
"node": "~0.10.0"
},
"keywords": [
"glooko",
"bridge",
"nightscout"
],
"bugs": {
"url": "https://github.com/jpollock/glooko2nightscout-bridge/issues"
}
}