You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
378 B
19 lines
378 B
{ |
|
"name": "read-file-stdin", |
|
"repository": "git://github.com/ianstormtaylor/read-file-stdin", |
|
"description": "Read from a file, falling back to stdin.", |
|
"keywords": [ |
|
"read", |
|
"file", |
|
"stdin", |
|
"buffer" |
|
], |
|
"version": "0.2.1", |
|
"license": "MIT", |
|
"dependencies": { |
|
"gather-stream": "^1.0.0" |
|
}, |
|
"devDependencies": { |
|
"mocha": "^2.3.4" |
|
} |
|
}
|
|
|