28 lines
737 B
JSON
28 lines
737 B
JSON
{
|
|
"name": "terribledev-rubydevkit",
|
|
"version": "0.1.0",
|
|
"author": "terribledev",
|
|
"summary": "installs rubydevkit into windows",
|
|
"license": "MIT",
|
|
"source": "https://github.com/TerribleDev/puppet-rubydevkit.git",
|
|
"project_page": "https://github.com/TerribleDev/puppet-rubydevkit",
|
|
"issues_url": "https://github.com/TerribleDev/puppet-rubydevkit/issues",
|
|
"dependencies": [
|
|
{
|
|
"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"
|
|
},
|
|
{
|
|
"name": "chocolatey-chocolatey","version_requirement":">= 1.2.6"
|
|
},
|
|
{
|
|
"name": "puppet-download_file","version_requirement":">= 1.3.0"
|
|
}
|
|
],
|
|
"operatingsystem_support":[
|
|
{
|
|
"operatingsystem": "Windows"
|
|
}
|
|
]
|
|
}
|
|
|