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