{ "name": "n", "description": "node version manager", "version": "2.1.0-beta.1", "author": "TJ Holowaychuk ", "homepage": "https://github.com/tj/n", "bugs": "https://github.com/tj/n/issues", "contributors": [ { "name": "Travis Webb", "email": "me@traviswebb.com", "url": "tjw.io" } ], "keywords": [ "nvm", "node", "version", "manager", "switcher", "node", "binary", "env" ], "bin": { "n": "./bin/n" }, "repository": { "type": "git", "url": "git://github.com/tj/n.git" }, "preferGlobal": true, "os": [ "!win32" ], "engines": { "node": "*" }, "license": "MIT" }