nw-versions
v1.0.0
Published
Get a list of node-webkit's available versions
Downloads
5
Maintainers
Readme
nw-versions
Get a list of node-webkit's available versions.
Usage
versions(cb)
Calls cb(err, list)
when complete, where list
is an array of available
versions that you can download.
versions.latest(cb)
Retrieves the latest version, calling cb(err, version)
when complete.
License
MIT. See LICENSE.md for details.