-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
46 lines (46 loc) · 1.28 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
46
{
"name": "purescript-boomerang",
"homepage": "https://github.com/paluh/purescript-boomerang",
"version": "1.8.1",
"description": "Purescript library for routing - port of haskell boomerang library",
"keywords": [
"purescript",
"routing"
],
"license": "BSD",
"repository": {
"type": "git",
"url": "git://github.com/paluh/purescript-boomerang.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arrays": "^4.1.0",
"purescript-console": "^3.0.0",
"purescript-control": "^3.3.0",
"purescript-errors": "^3.0.0",
"purescript-filterable": "^2.4.1",
"purescript-foldable-traversable": "^3.6.0",
"purescript-generics": "^4.0.0",
"purescript-generics-rep": "^5.2.0",
"purescript-lazy": "^3.0.0",
"purescript-lists": "^4.9.0",
"purescript-monoid": "^3.1.0",
"purescript-parsing": "^4.3.0",
"purescript-prelude": "^3.1.0",
"purescript-profunctor": "^3.2.0",
"purescript-symbols": "^3.0.0",
"purescript-transformers": "^3.4.0",
"purescript-tuples": "^4.1.0"
},
"devDependencies": {
"purescript-debug": "^3.0.0",
"purescript-test-unit": "^12.0.0",
"purescript-unsafe-coerce": "^3.0.0",
"purescript-psci-support": "^3.0.0"
}
}