forked from slamdata/purescript-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 947 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
{
"name": "purescript-markdown",
"license": "MIT",
"authors": [
"John A. De Goes <[email protected]> (http://degoes.net)",
"Phil Freeman <[email protected]>",
"Gary Burgess <[email protected]>",
"Jon Sterling <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/slamdata/purescript-markdown.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"gulpfile.js",
"package.json"
],
"dependencies": {
"purescript-const": "^2.0.0",
"purescript-functors": "^1.0.0",
"purescript-lists": "^3.2.0",
"purescript-parsing": "^3.0.0",
"purescript-partial": "^1.1.2",
"purescript-precise": "^1.0.0",
"purescript-prelude": "^2.1.0",
"purescript-sets": "^2.0.0",
"purescript-strings": "^2.0.2",
"purescript-strongcheck": "^2.0.0",
"purescript-validation": "^2.0.0"
}
}