forked from f-o-a-m/purescript-web3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 968 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 968 Bytes
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-web3",
"description": "A purescript implementation of a web3 client",
"main": "",
"authors": [
"Blinky <blinky3713@gmail.com>"
],
"license": "MIT",
"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": "v3.0.0",
"purescript-profunctor-lenses": "v3.7.0",
"purescript-foreign": "v4.0.1",
"purescript-foreign-generic": "v5.0.0",
"purescript-proxy": "v2.1.0",
"purescript-bytestrings": "v6.0.0",
"purescript-partial": "v1.2.1",
"purescript-parsing": "v4.3.1",
"purescript-transformers": "v3.4.0",
"purescript-identity": "v3.1.0",
"purescript-aff": "v4.0.0"
},
"devDependencies": {
"purescript-debug": "v3.0.0",
"purescript-spec": "v2.0.0",
"purescript-psci-support": "v3.0.0"
}
}