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

14 lines
382 B
EmacsLisp
Raw Normal View History

2023-08-30 13:04:19 +00:00
(define-package "json-mode" "20230805.507" "Major mode for editing JSON files"
2023-07-27 19:42:55 +00:00
'((json-snatcher "1.0.0")
(emacs "24.4"))
2023-08-30 13:04:19 +00:00
:commit "481d5d9f4003fc14d116bf31d1bf71d14960d7d9" :authors
2023-07-27 19:42:55 +00:00
'(("Josh Johnston"))
:maintainers
'(("Josh Johnston"))
:maintainer
'("Josh Johnston")
:url "https://github.com/joshwnj/json-mode")
;; Local Variables:
;; no-byte-compile: t
;; End: