forked from f-o-a-m/purescript-web3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1.33 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "purescript-web3",
"description": "A purescript implementation of a web3 client",
"main": "",
"authors": [
"Blinky <blinky3713@gmail.com>"
],
"license": "Apache-2.0",
"homepage": "https://github.com/f-o-a-m/purescript-web3",
"repository": {
"type": "git",
"url": "git://github.com/f-o-a-m/purescript-web3.git"
},
"ignore": [
"*",
"!src/**/*"
],
"dependencies": {
"purescript-errors": "^4.0.0",
"purescript-avar": "^3.0.0",
"purescript-profunctor-lenses": "^6.0.0",
"purescript-foreign": "^5.0.0",
"purescript-foreign-generic": "^10.0.0",
"purescript-proxy": "^3.0.0",
"purescript-eth-core": "^5.0.0",
"purescript-partial": "^2.0.0",
"purescript-parsing": "^5.0.0",
"purescript-transformers": "^4.0.0",
"purescript-identity": "^4.0.0",
"purescript-aff": "^5.0.0",
"purescript-tagged": "^3.0.0",
"purescript-free": "^5.0.0",
"purescript-coroutines": "^5.0.0",
"purescript-typelevel-prelude": "^5.0.0",
"purescript-fork": "^4.0.0",
"purescript-coroutine-transducers": "blinky3713/purescript-coroutine-transducers#a99537f",
"purescript-variant": "^6.0.0",
"purescript-heterogeneous": "^0.4.0"
},
"devDependencies": {
"purescript-debug": "^4.0.0",
"purescript-spec": "^4.0.0",
"purescript-psci-support": "^4.0.0"
}
}