-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
31 lines (31 loc) · 899 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
{
"name": "purescript-elmish-enzyme",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/collegevine/purescript-elmish-enzyme.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v7.0.0",
"purescript-aff-promise": "^v4.0.0",
"purescript-arrays": "^v7.0.0",
"purescript-console": "^v6.0.0",
"purescript-debug": "^v6.0.0",
"purescript-effect": "^v4.0.0",
"purescript-elmish": "^v0.8.1",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-foreign": "^v7.0.0",
"purescript-functions": "^v6.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-transformers": "^v6.0.0",
"purescript-unsafe-coerce": "^v6.0.0"
}
}