-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon-info.json
18 lines (17 loc) · 958 Bytes
/
addon-info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name" : "lh-refactor",
"version" : "dev",
"author" : "Luc Hermitte <http://github.com/LucHermitte>",
"maintainer" : "Luc Hermitte <http://github.com/LucHermitte>",
"repository" : {"type": "git", "url": "git@github.com:LucHermitte/vim-refactor.git"},
"dependencies" : {
"lh-vim-lib" : {"type" : "git", "url" : "git@github.com:LucHermitte/lh-vim-lib.git"},
"lh-brackets" : {"type": "git", "url": "git@github.com:LucHermitte/lh-brackets.git"},
"lh-style" : {"type": "git", "git": "git@github.com:LucHermitte/lh-style.git"},
"lh-dev" : {"type": "git", "git": "git@github.com:LucHermitte/lh-dev.git"},
"mu-template@lh" : {"type": "git", "url": "git@github.com:LucHermitte/mu-template.git"},
"VFT--VIM-Form-Toolkit" : {"type": "git", "url": "git@github.com:vim-scripts/VFT--VIM-Form-Toolkit.git"}
},
"description" : "Generic Refactoring Plugin",
"homepage" : "http://github.com/LucHermitte/vim-refactor"
}