forked from juspay/purescript-presto-dom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
29 lines (29 loc) · 816 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
{
"name": "purescript-presto-dom",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-halogen-vdom": "https://github.com/juspay/purescript-halogen-vdom.git#master",
"purescript-tracker": "https://github.com/juspay/purescript-tracker.git#master",
"purescript-behaviors": "^7.0.0",
"purescript-event": "1.3.0"
},
"devDependencies": {
"purescript-console": "^4.1.0",
"purescript-psci-support": "^4.0.0"
},
"homepage": "https://github.com/juspay/purescript-presto-dom",
"description": "UI Framework for writing cross platform apps",
"authors": [
"Juspay Technologies"
],
"repository": {
"type": "git",
"url": "https://github.com/juspay/purescript-presto-dom.git"
},
"version": "v0.5.0_rc3"
}