-
Notifications
You must be signed in to change notification settings - Fork 25
/
bower.json
34 lines (34 loc) · 986 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
34
{
"name": "purescript-node-http",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-node/purescript-node-http.git"
},
"devDependencies": {
"purescript-console": "^6.0.0"
},
"dependencies": {
"purescript-arraybuffer-types": "^3.0.2",
"purescript-contravariant": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-foreign": "^7.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-maybe": "^6.0.0",
"purescript-node-buffer": "^9.0.0",
"purescript-node-net": "^5.1.0",
"purescript-node-streams": "^9.0.0",
"purescript-node-tls": "https://github.com/purescript-node/purescript-node-tls.git#^0.3.1",
"purescript-node-url": "^7.0.0",
"purescript-nullable": "^6.0.0",
"purescript-options": "^7.0.0",
"purescript-prelude": "^6.0.0",
"purescript-unsafe-coerce": "^6.0.0"
}
}