-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmetadata.json
More file actions
32 lines (32 loc) · 954 Bytes
/
metadata.json
File metadata and controls
32 lines (32 loc) · 954 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
32
{
"name": "3fs-phantomjs",
"version": "1.0.0",
"author": "3fs",
"summary": "Simple puppet module that installs PhantomJS - headless WebKit scriptable with a Javascript API.",
"license": "MIT",
"source": "https://github.com/3fs/puppet-phantomjs",
"project_page": "https://github.com/3fs/puppet-phantomjs",
"issues_url": "https://github.com/3fs/puppet-phantomjs/issues",
"description": "Simple puppet module that installs PhantomJS - headless WebKit scriptable with a Javascript API.",
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease": []
},
{
"operatingsystem":"Amazon",
"operatingsystemrelease": []
},
{
"operatingsystem":"CentOS",
"operatingsystemrelease": []
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": []
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" }
]
}