Add a package.json so that npm can install this.

master
isaacs 2010-05-12 21:17:52 -07:00
parent b542e3e205
commit 06e882b332
2 changed files with 5 additions and 0 deletions

0
nvm.sh 100644 → 100755
View File

5
package.json 100644
View File

@ -0,0 +1,5 @@
{ "name" : "nvm"
, "version" : "0.0.2"
, "bin" : { "nvm" : "./nvm.sh" }
, "author" : "Tim Caswell <tim@creationix.org>"
}