blob: db355ff17d0e5ab0a605a5ac64f76027a093c757 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
(define-package "js2-refactor" "20210306.2003" "A JavaScript refactoring library for emacs."
'((js2-mode "20101228")
(s "1.9.0")
(multiple-cursors "1.0.0")
(dash "1.0.0")
(s "1.0.0")
(yasnippet "0.9.0.1"))
:commit "a0977c4ce1918cc266db9d6cd7a2ab63f3a76b9a" :authors
'(("Magnar Sveen" . "magnars@gmail.com")
("Nicolas Petton" . "nicolas@petton.fr"))
:maintainer
'("Magnar Sveen" . "magnars@gmail.com")
:keywords
'("conveniences"))
;; Local Variables:
;; no-byte-compile: t
;; End:
|