iov
Version:
io.js version manager
37 lines (36 loc) • 596 B
JSON
{
"name": "iov",
"description": "io.js version manager",
"version": "0.1.1",
"homepage": "https://github.com/demohi/iov",
"bugs": "https://github.com/demohi/iov/issues",
"author": "mdemo",
"keywords": [
"nvm",
"node",
"version",
"manager",
"switcher",
"node",
"binary",
"env",
"io.js",
"io",
"iov"
],
"bin": {
"iov": "./bin/iov"
},
"repository": {
"type": "git",
"url": "git://github.com/demohi/iov.git"
},
"preferGlobal": true,
"os": [
"!win32"
],
"engines": {
"node": "*"
},
"license": "MIT"
}