Files
emacsd/elpa/tide-20191029.1835/tide-pkg.el
2019-11-03 10:52:03 +01:00

17 lines
452 B
EmacsLisp

(define-package "tide" "20191029.1835" "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: