main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
640 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
|
---|
| 3 | "name": "combined-stream",
|
---|
| 4 | "description": "A stream that emits multiple other streams one after another.",
|
---|
| 5 | "version": "1.0.8",
|
---|
| 6 | "homepage": "https://github.com/felixge/node-combined-stream",
|
---|
| 7 | "repository": {
|
---|
| 8 | "type": "git",
|
---|
| 9 | "url": "git://github.com/felixge/node-combined-stream.git"
|
---|
| 10 | },
|
---|
| 11 | "main": "./lib/combined_stream",
|
---|
| 12 | "scripts": {
|
---|
| 13 | "test": "node test/run.js"
|
---|
| 14 | },
|
---|
| 15 | "engines": {
|
---|
| 16 | "node": ">= 0.8"
|
---|
| 17 | },
|
---|
| 18 | "dependencies": {
|
---|
| 19 | "delayed-stream": "~1.0.0"
|
---|
| 20 | },
|
---|
| 21 | "devDependencies": {
|
---|
| 22 | "far": "~0.0.7"
|
---|
| 23 | },
|
---|
| 24 | "license": "MIT"
|
---|
| 25 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.