Add logging and filtering to the node.js streaming API
This commit is contained in:
parent
0cfd3188b4
commit
1ee4a17f37
4 changed files with 102 additions and 10 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue