]> Git — Sourcephile - majurity.git/blob - hjugement-web/bower.json
web: initial arithmetic and cryptography
[majurity.git] / hjugement-web / bower.json
1 {
2 "name": "hjugement-protocol-purescript",
3 "ignore": [
4 "**/.*",
5 "node_modules",
6 "bower_components",
7 "output"
8 ],
9 "dependencies": {
10 "purescript-prelude": "^4.1.1",
11 "purescript-console": "^4.2.0",
12 "purescript-effect": "^2.0.1",
13 "purescript-math": "^2.1.1",
14 "purescript-crypto": "^2.0.1",
15 "purescript-argonaut": "^6.0.0",
16 "purescript-affjax": "^9.0.1",
17 "purescript-reflection": "^4.0.0",
18 "purescript-random": "^4.0.0",
19 "purescript-naturals": "^3.0.0",
20 "purescript-bigints": "^4.0.0",
21 "purescript-proxy": "^3.0.0",
22 "purescript-newtype": "^3.0.0",
23 "purescript-unicode": "^4.0.1"
24 },
25 "devDependencies": {
26 "purescript-psci-support": "^4.0.0"
27 }
28 }