-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 821 Bytes
/
bower.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
{
"name": "purescript-idiomatic-node-stream",
"homepage": "https://github.com/bklaric/purescript-idiomatic-node-stream",
"repository": {
"type": "git",
"url": "https://github.com/bklaric/purescript-idiomatic-node-stream"
},
"authors": [
"Branimir Klarić <[email protected]>"
],
"description": "An idiomatic wrapper for Node's Stream API.",
"main": "",
"keywords": [
"purescript",
"node",
"stream"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"purescript-idiomatic-node-events": "^0.4.0",
"purescript-idiomatic-node-buffer": "^0.4.0",
"purescript-nullable": "^4.0.0",
"purescript-refs": "^4.1.0",
"purescript-idiomatic-node-errors": "^0.3.0"
}
}