1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| {
| "name": "reportback",
| "version": "0.1.9",
| "description": "Somewhere between a stream, a switchback, a logger, and an EventEmitter.",
| "main": "index.js",
| "scripts": {
| "test": "mocha"
| },
| "repository": {
| "type": "git",
| "url": "git://github.com/mikermcneil/reportback.git"
| },
| "keywords": [
| "reportback",
| "switchback",
| "logger",
| "reporter",
| "streaming"
| ],
| "author": "Mike McNeil",
| "license": "MIT",
| "bugs": {
| "url": "https://github.com/mikermcneil/reportback/issues"
| },
| "homepage": "https://github.com/mikermcneil/reportback",
| "dependencies": {
| "lodash": "~2.4.1",
| "switchback": "~1.1.1",
| "captains-log": "~0.11.5",
| "merge-defaults": "~0.1.0"
| }
| }
|
|