-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathbower.json
28 lines (28 loc) · 969 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
{
"name": "purescript-halogen-vdom",
"homepage": "https://github.com/purescript-halogen/purescript-halogen-vdom",
"authors": ["Nathan Faubion <nathan@n-son.com>"],
"description": "An extensible virtial-dom library for PureScript",
"keywords": ["purescript", "halogen", "virtual-dom"],
"repository": {
"type": "git",
"url": "https://github.com/purescript-halogen/purescript-halogen-vdom.git"
},
"license": "Apache-2.0",
"ignore": ["**/.*", "node_modules", "bower_components", "output"],
"dependencies": {
"purescript-prelude": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-tuples": "^7.0.0",
"purescript-web-html": "^4.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-maybe": "^6.0.0",
"purescript-unsafe-coerce": "^6.0.0",
"purescript-bifunctors": "^6.0.0",
"purescript-refs": "^6.0.0",
"purescript-foreign": "^7.0.0"
},
"devDependencies": {
"purescript-exists": "^6.0.0"
}
}