| { |
| "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)", |
| "description": "simplified stream construction", |
| "devDependencies": { |
| "from": "~0.1.3", |
| "stream-spec": "~0.3.5", |
| "tape": "~2.3.2" |
| }, |
| "homepage": "https://github.com/dominictarr/through", |
| "keywords": [ |
| "stream", |
| "streams", |
| "user-streams", |
| "pipe" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "through", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/dominictarr/through.git" |
| }, |
| "scripts": { |
| "test": "set -e; for t in test/*.js; do node $t; done" |
| }, |
| "testling": { |
| "browsers": [ |
| "ie/8..latest", |
| "ff/15..latest", |
| "chrome/20..latest", |
| "safari/5.1..latest" |
| ], |
| "files": "test/*.js" |
| }, |
| "version": "2.3.8" |
| } |