Skip to content

Commit dd3281d

Browse files
author
Sean Kennedy
committed
adding package info
1 parent bbf003f commit dd3281d

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# simple-log-tee
22

3-
Log and write to multiple streams at the same time.
3+
Log, and write, to multiple streams at the same time.
44

55
This is really handy for logging output to the console and to a file at the same time.
66

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "simple-log-tee",
3+
"version": "0.1.0",
4+
"description": "Log, and write to, multiple streams at the same time.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git@github.com:PointSource/simple-log-tee.git"
12+
},
13+
"keywords": [
14+
"tee",
15+
"log",
16+
"record",
17+
"log",
18+
"file",
19+
"pipe"
20+
],
21+
"author": "Sean P Kennedy (PointSource)",
22+
"license": "ISC",
23+
"bugs": {
24+
"url": "https://github.com/PointSource/simple-log-tee/issues"
25+
},
26+
"homepage": "https://github.com/PointSource/simple-log-tee"
27+
}

0 commit comments

Comments
 (0)