version 0.9.3

This commit is contained in:
Sami Samhuri 2011-05-30 01:03:32 -07:00
parent a1b1d791aa
commit 0bbd589e92

View file

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