UNPKG

bblog-stream-logentries

Version:
34 lines (33 loc) 620 B
{ "name": "bblog-stream-logentries", "version": "2.0.0", "description": "BBLog Logentries stream", "main": "build/le.js", "typings": "build/le.d.ts", "scripts": { "test": "echo", "build": "tsc", "prepublish": "tsc" }, "repository": { "type": "git", "url": "git@github.com:blacha/bblog.git" }, "keywords": [ "Bunyan", "JSON", "Logger", "Browser", "Log" ], "author": "Blayne Chard", "license": "MIT", "devDependencies": { "@types/node": "7.x.x", "bblog": "^2.0.0", "typescript": "2.x.x" }, "dependencies": { "le_node": "^1.7.0" } }