forked from nightscout/share2nightscout-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 801 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": "share2nightscout-bridge",
"version": "0.2.9",
"description": "Fetches data from Dexcom's webservice and puts it in Nightscout.",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --timeout 30000 --exit -R tap 'tests/**/*.test.js'"
},
"author": "Ben West",
"license": "GPL-3.0-only",
"dependencies": {
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "git://github.com/nightscout/share2nightscout-bridge.git"
},
"engines": {
"node": "16.x || 14.x || 12.x || 10.x || 8.x"
},
"keywords": [
"dexcom",
"bridge",
"nightscout",
"cgm"
],
"bugs": {
"url": "https://github.com/nightscout/share2nightscout-bridge/issues"
},
"devDependencies": {
"mocha": "^9.2.0",
"should": "^13.2.3"
}
}