15 lines
397 B
EmacsLisp
15 lines
397 B
EmacsLisp
|
(define-package "json-mode" "20240228.1443" "Major mode for editing JSON files"
|
||
|
'((json-snatcher "1.0.0")
|
||
|
(emacs "24.4"))
|
||
|
:commit "72f340d3fb4b796589e75cb5985797a7f177f34a" :authors
|
||
|
'(("Josh Johnston")
|
||
|
("taku0"))
|
||
|
:maintainers
|
||
|
'(("Josh Johnston"))
|
||
|
:maintainer
|
||
|
'("Josh Johnston")
|
||
|
:url "https://github.com/joshwnj/json-mode")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|