forked from tfoote/puppet-ros
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
31 lines (31 loc) · 694 Bytes
/
metadata.json
File metadata and controls
31 lines (31 loc) · 694 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
{
"name": "tfoote-ros",
"version": "0.1.4",
"author": "tfoote",
"summary": "Basic ROS Installation",
"license": "Apache-2.0",
"source": "https://github.com/tfoote/puppet-ros",
"project_page": "https://github.com/tfoote/puppet-ros",
"issues_url": "https://github.com/tfoote/puppet-ros/issues",
"dependencies": [
{"name":"puppetlabs-apt","version_requirement":"<= 2.4.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"17.04",
"16.10",
"16.04",
"15.10",
"15.04",
"14.10",
"14.04",
"13.10",
"12.04",
"10.04"
]
}
],
"tags": ["ros", "robot"]
}