chef/cookbooks/nodejs/metadata.json
Greg Karékinian edf2e071e4 Upgrade nodejs to the latest version from the repo
This is possible in newer versions of the nodejs cookbook, by setting
the `node["nodejs"]["package_action"]["nodejs"]` attribute to `:upgrade`
2021-03-30 13:58:55 +02:00

49 lines
946 B
JSON

{
"name": "nodejs",
"description": "Installs/Configures node.js",
"long_description": "",
"maintainer": "redguide",
"maintainer_email": "guilhem@lettron.fr",
"license": "Apache-2.0",
"platforms": {
"debian": ">= 0.0.0",
"ubuntu": ">= 0.0.0",
"centos": ">= 0.0.0",
"redhat": ">= 0.0.0",
"scientific": ">= 0.0.0",
"oracle": ">= 0.0.0",
"amazon": ">= 0.0.0",
"smartos": ">= 0.0.0",
"mac_os_x": ">= 0.0.0",
"opensuseleap": ">= 0.0.0",
"suse": ">= 0.0.0",
"windows": ">= 0.0.0"
},
"dependencies": {
"ark": ">= 2.0.2",
"chocolatey": ">= 3.0"
},
"providing": {
},
"recipes": {
},
"version": "7.3.1",
"source_url": "https://github.com/redguide/nodejs",
"issues_url": "https://github.com/redguide/nodejs/issues",
"privacy": false,
"chef_versions": [
[
">= 14"
]
],
"ohai_versions": [
],
"gems": [
],
"eager_load_libraries": true
}