UNPKG

434 BJSONView Raw
1{
2 "name": "through",
3 "version": "0.0.3",
4 "description": "simplified stream contruction",
5 "main": "index.js",
6 "scripts": {
7 "test": "asynct test/*.js"
8 },
9 "devDependencies": {
10 "stream-spec": "0",
11 "assertions": "2",
12 "asynct":"1"
13 },
14 "keywords": [
15 "stream",
16 "streams",
17 "user-streams",
18 "pipe"
19 ],
20 "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
21 "license": "MIT"
22}