1.0.0 • Published 10 years ago

nw-versions v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

nw-versions

npm.io npm.io npm.io npm.io

Get a list of node-webkit's available versions.

Usage

NPM

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.