0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00
n/package.json

9 lines
329 B
JSON
Raw Normal View History

2011-01-05 15:55:44 +01:00
{ "name": "n"
, "description": "node version manager"
2012-03-14 18:32:03 +01:00
, "version": "0.7.1"
2011-01-05 14:50:12 +01:00
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
2011-01-05 15:55:44 +01:00
, "keywords": ["node", "binary", "version", "env"]
, "bin": { "n": "./bin/n" }
, "repository": { "type": "git", "url": "git://github.com/visionmedia/n.git" }
2011-01-05 15:55:44 +01:00
, "engines": { "node": "*" }
2011-01-05 14:50:12 +01:00
}