Skip to content

Commit b000576

Browse files
committed
Add bower.json
1 parent 08181e8 commit b000576

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

bower.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "purescript-web-router",
3+
"license": [
4+
"BSD-3-Clause"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/robertdp/purescript-web-router.git"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
15+
],
16+
"dependencies": {
17+
"purescript-aff": "^v7.0.0",
18+
"purescript-effect": "^v4.0.0",
19+
"purescript-foldable-traversable": "^v6.0.0",
20+
"purescript-foreign": "^v7.0.0",
21+
"purescript-freet": "^v7.0.0",
22+
"purescript-indexed-monad": "^v2.1.0",
23+
"purescript-maybe": "^v6.0.0",
24+
"purescript-prelude": "^v6.0.0",
25+
"purescript-profunctor-lenses": "^v8.0.0",
26+
"purescript-refs": "^v6.0.0",
27+
"purescript-routing": "^v11.0.0",
28+
"purescript-type-equality": "^v4.0.1"
29+
}
30+
}

0 commit comments

Comments
 (0)