blockstream-satellite-api/sse/package.json
2019-01-16 10:22:44 -08:00

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"
}
}