aboutsummaryrefslogtreecommitdiffstats
path: root/util/generate-hooks-index/project.clj
blob: 730fe76d80d45af6fd2ba79d47ccd996455ff884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
(defproject generate-hooks-index "0.1.0-SNAPSHOT"
  :description "Generates Hooks docs for Hubzilla"
  :url "https://github.com/redmatrix/hubzilla"
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
  :dependencies [[org.clojure/clojure "1.7.0"]
                 [com.taoensso/timbre "4.1.2"]
                 [hiccup "1.0.0"]]
  :main generate-hooks-index.core)