Add logging and filtering to the node.js streaming API

This commit is contained in:
Eugen Rochko
2017-02-02 13:56:14 +01:00
parent 0cfd3188b4
commit 1ee4a17f37
4 changed files with 102 additions and 10 deletions

View File

@ -25,6 +25,7 @@
"emojione": "latest",
"enzyme": "^2.4.1",
"es6-promise": "^3.2.1",
"eventsource": "^0.2.1",
"express": "^4.14.1",
"http-link-header": "^0.5.0",
"immutable": "^3.8.1",
@ -32,6 +33,7 @@
"jsdom": "^9.6.0",
"mocha": "^3.1.1",
"node-sass": "^4.0.0",
"npmlog": "^4.0.2",
"pg": "^6.1.2",
"react": "^15.3.2",
"react-addons-perf": "^15.3.2",