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

14 lines
382 B
EmacsLisp

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