Files
emacsd/elpa/tide-20191201.727/tide-pkg.el

17 lines
451 B
EmacsLisp
Raw Normal View History

2019-12-01 19:55:19 +01:00
(define-package "tide" "20191201.727" "Typescript Interactive Development Environment"
'((dash "2.10.0")
(s "1.11.0")
(flycheck "27")
(typescript-mode "0.1")
(cl-lib "0.5"))
:keywords
'("typescript")
:authors
'(("Anantha kumaran" . "ananthakumaran@gmail.com"))
:maintainer
'("Anantha kumaran" . "ananthakumaran@gmail.com")
:url "http://github.com/ananthakumaran/tide")
;; Local Variables:
;; no-byte-compile: t
;; End: