We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc665bb commit 3de3343Copy full SHA for 3de3343
project.clj
@@ -1,7 +1,9 @@
1
(defproject json-path "2.1.0"
2
:description "JSON Path for Clojure data structures"
3
:url "http://github.com/gga/json-path"
4
- :license "Eclipse Public License 1.0"
+ :license {:name "The MIT License"
5
+ :url "http://opensource.org/licenses/MIT"
6
+ :distribution :repo}
7
:dependencies [[org.clojure/clojure "1.10.1"]]
8
:profiles {:dev {:dependencies [[midje "1.9.6"]
9
[org.flatland/ordered "1.5.7"] ;; https://github.com/owainlewis/yaml/issues/28
0 commit comments