mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-22 13:42:33 +01:00
15 lines
277 B
JSON
15 lines
277 B
JSON
{
|
|
"name": "redis-to-sse",
|
|
"version": "0.1.0",
|
|
"description": "Redis to SSE",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"author": "Nadav Ivgi",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"morgan": "^1.9.1",
|
|
"redis": "^2.8.0"
|
|
}
|
|
}
|