forked from nightscout/cgm-remote-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.84 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "Nightscout",
"version": "0.7.0",
"description": "Nightscout acts as a web-based CGM (Continuous Glucose Montinor) to allow multiple caregivers to remotely view a patients glucose data in realtime.",
"license": "AGPL3",
"author": "Nightscout Team",
"homepage": "http://nightscout.github.io/",
"keywords": [
"diabetes",
"continuous glucose management",
"cgm in the cloud",
"cgm",
"dexcom"
],
"repository": {
"type": "git",
"url": "https://github.com/nightscout/cgm-remote-monitor.git"
},
"contributors": {
"name": "Nightscout Team",
"url": "https://github.com/nightscout/cgm-remote-monitor/graphs/contributors"
},
"bugs": {
"url": "https://github.com/nightscout/cgm-remote-monitor/issues"
},
"scripts": {
"start": "node server.js",
"test": "make test",
"postinstall": "node node_modules/bower/bin/bower install"
},
"config": {
"blanket": {
"pattern": [
"tests", "lib", "server", "app", "static/js"
],
"data-cover-never": [
"node_modules"
]
}
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.4.3",
"bootevent": "0.0.1",
"bower": "^1.3.8",
"browserify-express": "^0.1.4",
"compression": "^1.4.2",
"errorhandler": "^1.1.1",
"event-stream": "~3.1.5",
"express": "^4.6.1",
"express-extension-to-accept": "0.0.2",
"forever": "~0.13.0",
"git-rev": "git://github.com/bewest/git-rev.git",
"long": "~2.2.3",
"mongodb": "^1.4.7",
"moment": "2.8.1",
"mqtt": "~0.3.11",
"pushover-notifications": "0.2.0",
"sgvdata": "git://github.com/ktind/sgvdata.git#wip/protobuf",
"socket.io": "^0.9.17"
},
"devDependencies": {
"istanbul": "~0.3.5",
"mocha": "~1.20.1",
"should": "~4.0.4",
"supertest": "~0.13.0"
}
}