forked from nightscout/cgm-remote-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "Nightscout",
"version": "0.5.1",
"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"
},
"engines": {
"node": ">=0.10 <0.12"
},
"dependencies": {
"body-parser": "^1.4.3",
"bower": "^1.3.8",
"errorhandler": "^1.1.1",
"event-stream": "~3.1.5",
"express": "^4.6.1",
"express-extension-to-accept": "0.0.2",
"mongodb": "^1.4.7",
"moment": "2.8.1",
"pushover-notifications": "0.2.0",
"sgvdata": "0.0.2",
"socket.io": "^0.9.17",
"git-rev": "git://github.com/bewest/git-rev.git"
},
"devDependencies": {
"supertest": "~0.13.0",
"should": "~4.0.4",
"mocha": "~1.20.1"
}
}