-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
31 lines (31 loc) · 790 Bytes
/
metadata.json
File metadata and controls
31 lines (31 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"author": "jlcox",
"license": "Apache License, Version 2.0",
"name": "jlcox-vim_puppet",
"project_page": "https://github.com/jlcox1970/vim-puppet/",
"requirements": [
{ "name": "puppet", "version_requirement": "3.x" }
],
"source": "https://github.com/jlcox1970/vim-puppet/",
"summary": "Module to setup VI with puppet syntaxt checking etc via the vim-puppet plugin",
"tags": [],
"version": "0.1.4",
"issues_url": "https://github.com/jlcox1970/vim-puppet/issues",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6"
]
}
],
"dependencies": []
}