-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.16 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "oref0-tools",
"version": "0.1.0",
"description": "openaps oref0 helper tools",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/sulkaharo/oref0-tools.git"
},
"keywords": [
"openaps"
],
"author": "Sulka Haro",
"license": "MIT",
"bugs": {
"url": "https://github.com/sulkaharo/oref0-tools/issues"
},
"bin": {
"oref0-mm-format-ns-treatments": "./bin/oref0-mm-format-ns-treatments.js",
"openaps_check_network": "./bin/check_network.sh",
"openaps_run_mmtune": "./bin/run_mmtune.sh"
},
"homepage": "https://github.com/sulkaharo/oref0-tools",
"dependencies": {
"json2csv": "^3.11.5",
"lodash": "^3.9.1",
"moment": "2.22.1",
"mongojs": "2.4.0",
"oref0": "^0.2.0",
"share2nightscout-bridge": "^0.1.5",
"timezone": "0.0.47",
"uuid": "^2.0.3",
"yargs": "4.8.1"
},
"devDependencies": {
"istanbul": "~0.3.5",
"mocha": "^2.3.3",
"should": "^7.1.0"
},
"config": {
"blanket": {
"pattern": [
"bin",
"lib",
"tests"
],
"data-cover-never": [
"node_modules"
]
}
}
}