-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (38 loc) · 1019 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "pipette",
"version": "0.9.3",
"keywords":
["stream", "pipe", "buffer", "valve", "data", "event", "blip", "cat",
"sink", "slicer", "reader", "read", "dropper"],
"description":
"Stream and pipe utilities for Node",
"homepage": "https://github.com/Obvious/pipette",
"repository": {
"type": "git",
"url": "https://github.com/Obvious/pipette.git"
},
"licenses": [ {
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
} ],
"author": {
"name": "Dan Bornstein",
"email": "danfuzz@milk.com",
"url": "http://www.milk.com/"
},
"maintainers": [ {
"name": "Dan Bornstein",
"email": "danfuzz@obvious.com",
"web": "http://www.milk.com/"
} ],
"dependencies": {
"typ": "~0.6.1"
},
"main": "lib/pipette.js",
"engine": {
"node": ">=0.6.0"
},
"scripts": {
"test": "node test/test.js"
}
}