-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathproject.clj
More file actions
14 lines (14 loc) · 812 Bytes
/
project.clj
File metadata and controls
14 lines (14 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(defproject cryogen-flexmark "0.1.5"
:description "Markdown parser for Cryogen"
:url "https://github.com/cryogen-project/cryogen-flexmark"
:license {:name "BSD 2"
:url "https://opensource.org/licenses/BSD-2-Clause"}
:dependencies [[org.clojure/clojure "1.7.0"]
[cryogen-core "0.3.2"]
[com.vladsch.flexmark/flexmark "0.60.2"]
[com.vladsch.flexmark/flexmark-util "0.60.2"]
[com.vladsch.flexmark/flexmark-ext-attributes "0.60.2"]
[com.vladsch.flexmark/flexmark-ext-footnotes "0.60.2"]
[com.vladsch.flexmark/flexmark-ext-gfm-strikethrough "0.60.2"]
[com.vladsch.flexmark/flexmark-ext-superscript "0.60.2"]
[com.vladsch.flexmark/flexmark-ext-tables "0.60.2"]])