-
Notifications
You must be signed in to change notification settings - Fork 38
/
bower.json
49 lines (49 loc) · 1.33 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
47
48
49
{
"name": "purescript-routing",
"homepage": "https://github.com/purescript-contrib/purescript-routing",
"authors": [
"Maxim Zimaliev <zimaliev@yandex.ru>"
],
"description": "purescript library for routing",
"keywords": [
"purescript",
"routing"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-routing.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-aff": "^7.0.0",
"purescript-console": "^6.0.0",
"purescript-control": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-either": "^6.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-integers": "^6.0.0",
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#^3.0.0",
"purescript-lists": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-numbers": "^9.0.0",
"purescript-partial": "^4.0.0",
"purescript-prelude": "^6.0.0",
"purescript-semirings": "^7.0.0",
"purescript-tuples": "^7.0.0",
"purescript-validation": "^6.0.0",
"purescript-web-html": "^4.0.0"
},
"devDependencies": {
"purescript-assert": "^6.0.0",
"purescript-record": "^4.0.0"
}
}