0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 11:37:26 +01:00
n/package.json

8 lines
248 B
JSON
Raw Normal View History

2011-01-05 15:55:44 +01:00
{ "name": "n"
, "description": "node version manager"
2011-01-05 17:23:32 +01:00
, "version": "0.0.2"
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" }
, "engines": { "node": "*" }
2011-01-05 14:50:12 +01:00
}