-
Notifications
You must be signed in to change notification settings - Fork 36
/
metadata.json
21 lines (21 loc) · 996 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "evenup-hubot",
"version": "0.2.0",
"author": "Justin Lambert <[email protected]>",
"license": "Apache-2.0",
"summary": "Installs, configures, and runs a hubot bot by configuring all parameters or as config from a git repo",
"source": "https://github.com/evenup/evenup-hubot",
"project_page": "https://github.com/evenup/evenup-hubot",
"issues_url": "https://github.com/evenup/evenup-hubot/issues",
"tags": ["hubot", "jira"],
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "10.04", "12.04", "14.04" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "7", "8" ] }
],
"dependencies": [
{ "name": "puppet/nodejs", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" }
]
}