forked from alexmingoia/purescript-pux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 928 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
37
38
39
40
41
42
{
"name": "purescript-pux",
"description": "Pux is an FRP interface to React, based on the Elm app architecture.",
"authors": [
"Alexander Mingoia <[email protected]>"
],
"license": "Apache-2.0",
"ignore": [
"node_modules",
"bower_components"
],
"keywords": [
"purescript",
"pux",
"react",
"elm",
"flux",
"redux",
"frp",
"virtual-dom"
],
"repository": {
"type": "git",
"url": "git://github.com/alexmingoia/purescript-pux.git"
},
"dependencies": {
"purescript-aff": "^0.16.1",
"purescript-eff": "^0.1.2",
"purescript-lists": "^0.7.10",
"purescript-signal": "^5.1.0",
"purescript-maps": "^0.5.4",
"purescript-functions": "^0.1.0",
"purescript-react": "^0.7.1"
},
"devDependencies": {
"purescript-affjax": "^0.12.0",
"purescript-argonaut": "^0.12.0"
},
"resolutions": {
"purescript-aff": "^0.14.1"
}
}