mirror of
https://github.com/tj/n.git
synced 2024-11-22 11:37:26 +01:00
12 lines
435 B
JSON
12 lines
435 B
JSON
{ "name": "n"
|
|
, "description": "node version manager"
|
|
, "version": "0.9.3"
|
|
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
|
|
, "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": "*" }
|
|
}
|