aboutsummaryrefslogtreecommitdiff
path: root/node_modules/map-stream/package/package.json
blob: cb6b7f3aa5298d15662e66107fb91fd3bdeb914d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "map-stream",
  "version": "0.1.0",
  "description": "construct pipes of streams of events",
  "homepage": "http://github.com/dominictarr/map-stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/dominictarr/map-stream.git"
  },
  "dependencies": {
  },
  "devDependencies": {
    "asynct": "*",
    "it-is": "1",
    "ubelt": "~2.9",
    "stream-spec": "~0.2",
    "event-stream": "~2.1",
    "from": "0.0.2"
  },
  "scripts": {
    "test": "asynct test/"
  },
  "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)"
}