-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.edn
19 lines (17 loc) · 939 Bytes
/
project.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{:name io.lazy-cat/metaverse
:version "0.1.{{ git/commits-count }}{{ version/pre-release }}"
:description "The Metaverse of Clojurians."
:license "MIT"
:author "Ilshat Sultanov <[email protected]>"
:contributors [{:name "Ilshat Sultanov"
:email "[email protected]"
:url "https://github.com/just-sultanov"}]
:homepage "https://github.com/lazy-cat-io/metaverse#readme"
:repository {:url "https://github.com/lazy-cat-io/metaverse"}
:bugs {:url "https://github.com/lazy-cat-io/metaverse/issues"}
:keywords [:clojure :clojurescript :electron :metaverse :reagent :shadow-cljs]
:build {:src-dirs ["src/main/clojure"]
:resource-dirs ["src/main/resources"]}
:metadata {:build/created-at "{{ build/created-at }}"
:git/branch "{{ git/branch }}"
:git/sha "{{ git/sha }}"}}