mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"name": "nightscout",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"postinstall": "node node_modules/bower/bin/bower install"
|
|
},
|
|
"dependencies": {
|
|
"appcache-node": "^0.2.0",
|
|
"bower": "~1.3.2",
|
|
"mongodb": "1.3.20",
|
|
"node-static": "0.7.1",
|
|
"socket.io": "~0.9.16"
|
|
}
|
|
}
|