update package.json and bump version to 0.9 (feature complete)

This commit is contained in:
Sami Samhuri 2011-05-17 23:59:54 -07:00
parent 6ba1449bbd
commit 20c49da9ca

View file

@ -1,23 +1,23 @@
{ "name" : "repl-edit" { "name" : "repl-edit"
, "description" : "Edit code in the repl using a real text editor" , "description" : "Edit code in the repl using a real text editor"
, "version" : "0.0.3" , "version" : "0.9.0"
, "homepage" : "http://samhuri.net/proj/repl-edit" , "homepage" : "http://samhuri.net/proj/repl-edit"
, "author" : "Sami Samhuri <sami@samhuri.net>" , "author" : "Sami Samhuri <sami@samhuri.net>"
, "repository" : , "repository" :
{ "type" : "git" { "type" : "git"
, "url" : "http://github.com/samsonjs/repl-edit.git" , "url" : "https://github.com/samsonjs/repl-edit.git"
} }
, "bugs" : , "bugs" :
{ "mail" : "sami.samhuri+repl-edit@gmail.com" { "mail" : "sami.samhuri@gmail.com"
, "web" : "http://github.com/samsonjs/repl-edit/issues" , "web" : "https://github.com/samsonjs/repl-edit/issues"
} }
, "directories" : { "lib" : "./lib" } , "directories" : { "lib" : "./lib" }
, "bin" : { "node-repl-edit" : "./repl.js" } , "bin" : { "node-repl-edit" : "./repl.js" }
, "main" : "./lib/index" , "main" : "./lib/index"
, "engines" : { "node" : ">=0.2.0" } , "engines" : { "node" : ">=0.4.0" }
, "licenses" : , "licenses" :
[ { "type" : "MIT" [ { "type" : "MIT"
, "url" : "http://github.com/samsonjs/repl-edit/raw/master/LICENSE" , "url" : "https://github.com/samsonjs/repl-edit/raw/master/LICENSE"
} }
] ]
} }