forked from bodil/purescript-smolder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 798 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
{
"name": "purescript-smolder",
"authors": [
"Bodil Stokke <[email protected]>"
],
"description": "A combinator library for generating markup",
"license": "LGPL-3.0+",
"repository": {
"type": "git",
"url": "git://github.com/bodil/purescript-smolder.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"output"
],
"dependencies": {
"purescript-bifunctors": "^4.0.0",
"purescript-catenable-lists": "^5.0.1",
"purescript-free": "^5.2.0",
"purescript-globals": "^4.0.0",
"purescript-ordered-collections": "^1.6.1",
"purescript-strings": "^4.0.1",
"purescript-transformers": "^4.2.0",
"purescript-tuples": "^5.1.0"
},
"devDependencies": {
"purescript-test-unit": "^15.0.0"
}
}