-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
30 lines (30 loc) · 861 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
{
"name": "purescript-web-router",
"license": [
"BSD-3-Clause"
],
"repository": {
"type": "git",
"url": "https://github.com/robertdp/purescript-web-router.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v7.0.0",
"purescript-effect": "^v4.0.0",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-foreign": "^v7.0.0",
"purescript-freet": "^v7.0.0",
"purescript-indexed-monad": "^v2.1.0",
"purescript-maybe": "^v6.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-profunctor-lenses": "^v8.0.0",
"purescript-refs": "^v6.0.0",
"purescript-routing": "^v11.0.0",
"purescript-type-equality": "^v4.0.1"
}
}