-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 1.2 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
{
"name": "purescript-game",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/artemisSystem/purescript-game.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v5.1.2",
"purescript-canvas-action": "^v4.0.1",
"purescript-control": "^v4.2.0",
"purescript-datetime": "^v4.1.1",
"purescript-effect": "^v2.0.1",
"purescript-filterable": "^v3.0.2",
"purescript-foldable-traversable": "^v4.1.1",
"purescript-fork": "^v4.0.0",
"purescript-js-timers": "^v4.0.1",
"purescript-newtype": "^v3.0.0",
"purescript-now": "^v4.0.0",
"purescript-parallel": "^v4.0.0",
"purescript-polymorphic-vectors": "^v1.1.1",
"purescript-prelude": "^v4.1.1",
"purescript-refs": "^v4.1.0",
"purescript-run": "^v3.0.1",
"purescript-tailrec": "^v4.1.1",
"purescript-typelevel-prelude": "^v5.0.2",
"purescript-variant": "^v6.0.1",
"purescript-web-html": "^v2.3.0",
"purescript-web-uievents": "^v2.0.0"
}
}