forked from kejace/purescript-trout-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 958 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
35
36
{
"name": "purescript-trout-client",
"license": [
"MPL-2.0"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-hyper/purescript-trout-client.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-affjax": "^v10.1.0",
"purescript-argonaut-generic": "^v6.0.0",
"purescript-hyper": "^v0.11.1",
"purescript-hypertrout": "^v0.11.0",
"purescript-jquery": "^v5.0.0",
"purescript-node-http": "^v5.0.2",
"purescript-prelude": "^v4.1.1",
"purescript-psci-support": "^v4.0.0",
"purescript-trout": "^v0.12.3"
},
"resolutions": {
"purescript-hyper": "^v0.11.1",
"purescript-node-buffer": "^6.0.0",
"purescript-web-dom": "2 - 4",
"purescript-web-events": "^2.0.0",
"purescript-argonaut-codecs": "^7.0.0",
"purescript-argonaut": "^7.0.0",
"purescript-argonaut-traversals": "^8.0.0"
}
}