forked from ecliptic/purescript-recompose-todomvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 1.08 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-recompose-todomvc",
"version": "1.1.0",
"description": "TodoMVC <<< React <<< Recompose <<< Redux $ PureScript",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^2.0.1",
"purescript-arrays": "^3.0.0",
"purescript-console": "^2.0.0",
"purescript-datetime": "^2.0.0",
"purescript-exceptions": "^2.0.0",
"purescript-foldable-traversable": "^2.0.0",
"purescript-foreign": "^3.0.0",
"purescript-functions": "^2.0.0",
"purescript-generics": "^3.1.0",
"purescript-integers": "^2.0.0",
"purescript-maybe": "^2.0.1",
"purescript-mini-redux": "^1.1.0",
"purescript-node-path": "^1.0.0",
"purescript-node-process": "^3.0.0",
"purescript-react": "^2.0.0",
"purescript-react-dom": "^2.0.0",
"purescript-recompose": "^1.1.0",
"purescript-transformers": "^2.0.1"
},
"devDependencies": {
"purescript-debug": "^2.0.0",
"purescript-psci-support": "^2.0.0",
"purescript-test-unit": "^10.0.1"
}
}