generated from esd2-groupwork/template-repository
As of now, this requires working comms-layer on the same device, running at localhost:8000 to properly run. This will be changed in future
19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"name": "data-display",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.4",
|
|
"cors": "^2.8.5",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"http": "^0.0.1-security",
|
|
"http-errors": "~1.6.3",
|
|
"jade": "~1.11.0",
|
|
"morgan": "~1.9.1",
|
|
"plotly.js-dist": "^2.30.1"
|
|
}
|
|
}
|