{ "name": "n", "description": "node version manager", "version": "1.2.10", "author": "TJ Holowaychuk ", "homepage": "https://github.com/visionmedia/n", "bugs": "https://github.com/visionmedia/n/issues", "keywords": [ "node", "binary", "version", "manager", "switcher", "env" ], "bin": { "n": "./bin/n" }, "repository": { "type": "git", "url": "git://github.com/visionmedia/n.git" }, "preferGlobal": true, "os": [ "!win32" ], "engines": { "node": "*" }, "license": "MIT" }