-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
44 lines (44 loc) · 1.49 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
{
"name": "purescript-elmish",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/collegevine/purescript-elmish.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v7.1.0",
"purescript-argonaut-core": "^v7.0.0",
"purescript-arrays": "^v7.2.1",
"purescript-bifunctors": "^v6.0.0",
"purescript-console": "^v6.0.0",
"purescript-debug": "^v6.0.2",
"purescript-effect": "^v4.0.0",
"purescript-either": "^v6.1.0",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-foreign": "^v7.0.0",
"purescript-foreign-object": "^v4.1.0",
"purescript-functions": "^v6.0.0",
"purescript-integers": "^v6.0.0",
"purescript-js-date": "^v8.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-nullable": "^v6.0.0",
"purescript-partial": "^v4.0.0",
"purescript-prelude": "^v6.0.1",
"purescript-refs": "^v6.0.0",
"purescript-safe-coerce": "^v2.0.0",
"purescript-type-equality": "^v4.0.1",
"purescript-typelevel-prelude": "^v7.0.0",
"purescript-undefined-is-not-a-problem": "https://github.com/paluh/purescript-undefined-is-not-a-problem.git#v1.1.0",
"purescript-unsafe-coerce": "^v6.0.0",
"purescript-web-dom": "^v6.0.0",
"purescript-web-html": "^v4.1.0"
}
}