summaryrefslogtreecommitdiff
path: root/elpa/tide-20220514.614/tide-pkg.el
blob: ef55aced49c9200a02fa50e490906567ca2983cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(define-package "tide" "20220514.614" "Typescript Interactive Development Environment"
  '((emacs "25.1")
    (dash "2.10.0")
    (s "1.11.0")
    (flycheck "27")
    (typescript-mode "0.1")
    (cl-lib "0.5"))
  :commit "96bfc5da11a9b83b32368c38e933a405270652de" :authors
  '(("Anantha kumaran" . "ananthakumaran@gmail.com"))
  :maintainer
  '("Anantha kumaran" . "ananthakumaran@gmail.com")
  :keywords
  '("typescript")
  :url "http://github.com/ananthakumaran/tide")
;; Local Variables:
;; no-byte-compile: t
;; End: