emacs/code/elpa/json-mode-20230805.507/json-mode-pkg.el

14 lines
382 B
EmacsLisp

(define-package "json-mode" "20230805.507" "Major mode for editing JSON files"
'((json-snatcher "1.0.0")
(emacs "24.4"))
:commit "481d5d9f4003fc14d116bf31d1bf71d14960d7d9" :authors
'(("Josh Johnston"))
:maintainers
'(("Josh Johnston"))
:maintainer
'("Josh Johnston")
:url "https://github.com/joshwnj/json-mode")
;; Local Variables:
;; no-byte-compile: t
;; End: