2011-01-05 15:55:44 +01:00
|
|
|
{ "name": "n"
|
|
|
|
, "description": "node version manager"
|
2013-03-12 19:32:43 +01:00
|
|
|
, "version": "0.9.3"
|
2011-01-05 14:50:12 +01:00
|
|
|
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
|
2012-04-10 23:14:55 +02:00
|
|
|
, "homepage": "https://github.com/visionmedia/n"
|
|
|
|
, "bugs": "https://github.com/visionmedia/n/issues"
|
2011-01-05 15:55:44 +01:00
|
|
|
, "keywords": ["node", "binary", "version", "env"]
|
|
|
|
, "bin": { "n": "./bin/n" }
|
2012-04-09 18:16:37 +02:00
|
|
|
, "repository": { "type": "git", "url": "git://github.com/visionmedia/n.git" }
|
2011-01-05 15:55:44 +01:00
|
|
|
, "engines": { "node": "*" }
|
2012-04-10 23:14:55 +02:00
|
|
|
}
|