-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
36 lines (36 loc) · 955 Bytes
/
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
{
"name": "gbemu",
"version": "1.0.0",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-console": "^0.1.0",
"purescript-integers": "~0.2.1",
"purescript-control": "^0.3.2",
"purescript-debug": "^0.1.7",
"purescript-timers": "^1.0.0",
"purescript-tailrec": "^0.3.1",
"purescript-partial": "^1.1.2",
"purescript-sequences": "~0.6.0",
"purescript-foldable-traversable": "~0.4.2",
"purescript-unfoldable": "~0.4.1",
"purescript-arrays": "~0.4.5",
"purescript-math": "^0.2.0",
"purescript-tuples": "^0.4.0",
"purescript-canvas": "^0.4.0",
"purescript-typedarray": "^0.4.9",
"purescript-either": "^0.2.3",
"purescript-exceptions": "^0.3.4",
"purescript-eff": "^0.1.2",
"purescript-aff": "^0.16.1",
"purescript-affjax": null,
"purescript-generics": "^0.7.1"
}
}