0
0
mirror of https://github.com/tj/n.git synced 2024-12-01 13:41:07 +00:00
n/package.json

8 lines
248 B
JSON
Raw Normal View History

2011-01-05 14:55:44 +00:00
{ "name": "n"
, "description": "node version manager"
2012-02-22 03:37:21 +00:00
, "version": "0.7.0"
2011-01-05 13:50:12 +00:00
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
2011-01-05 14:55:44 +00:00
, "keywords": ["node", "binary", "version", "env"]
, "bin": { "n": "./bin/n" }
, "engines": { "node": "*" }
2011-01-05 13:50:12 +00:00
}