Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
489 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "merge-stream",
|
---|
| 3 | "version": "2.0.0",
|
---|
| 4 | "description": "Create a stream that emits events from multiple other streams",
|
---|
| 5 | "files": [
|
---|
| 6 | "index.js"
|
---|
| 7 | ],
|
---|
| 8 | "scripts": {
|
---|
| 9 | "test": "istanbul cover test.js && istanbul check-cover --statements 100 --branches 100"
|
---|
| 10 | },
|
---|
| 11 | "repository": "grncdr/merge-stream",
|
---|
| 12 | "author": "Stephen Sugden <me@stephensugden.com>",
|
---|
| 13 | "license": "MIT",
|
---|
| 14 | "dependencies": {},
|
---|
| 15 | "devDependencies": {
|
---|
| 16 | "from2": "^2.0.3",
|
---|
| 17 | "istanbul": "^0.4.5"
|
---|
| 18 | }
|
---|
| 19 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.