-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
34 lines (34 loc) · 856 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
{
"name": "purescript-vdom",
"version": "2.0.1",
"license": "LGPL-3.0+",
"repository": {
"type": "git",
"url": "git://github.com/bodil/purescript-vdom.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^2.1.0",
"purescript-dom": "^3.0.0",
"purescript-eff": "^2.0.0",
"purescript-maybe": "^2.0.0",
"purescript-maps": "^2.0.0",
"purescript-foldable-traversable": "^2.0.0",
"purescript-tuples": "^3.0.0",
"purescript-strings": "^2.0.1",
"purescript-foreign": "^3.0.0",
"purescript-arrays": "^3.0.0",
"purescript-either": "^2.0.0",
"purescript-refs": "^2.0.0"
},
"devDependencies": {
"purescript-psci-support": "^2.0.0",
"purescript-signal": "^8.0.0",
"purescript-console": "^2.0.0"
}
}