forked from sharkdp/cube-composer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
28 lines (28 loc) · 778 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
{
"name": "cube-composer",
"homepage": "https://github.com/sharkdp/cube-composer",
"authors": [
"David Peter <[email protected]>"
],
"description": "A puzzle game inspired by functional programming",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"purescript-arrays": "^1.1.0",
"purescript-console": "^1.0.0",
"purescript-dom": "^2.0.0",
"purescript-enums": "^1.0.0",
"purescript-foldable-traversable": "^1.0.0",
"purescript-integers": "^1.1.0",
"purescript-maps": "^1.1.0",
"purescript-math": "^2.0.0",
"purescript-nullable": "^1.0.0",
"purescript-strings": "^1.1.0",
"purescript-isometric": "^1.0.0",
"Sortable": "RubaXa/Sortable#~1.4.0"
}
}