mirror of
https://github.com/samsonjs/repl-edit.git
synced 2026-03-25 09:25:49 +00:00
version 0.9.3
This commit is contained in:
parent
a1b1d791aa
commit
0bbd589e92
1 changed files with 32 additions and 22 deletions
54
package.json
54
package.json
|
|
@ -1,23 +1,33 @@
|
|||
{ "name" : "repl-edit"
|
||||
, "description" : "Edit code in the repl using a real text editor"
|
||||
, "version" : "0.9.2"
|
||||
, "homepage" : "http://samhuri.net/proj/repl-edit"
|
||||
, "author" : "Sami Samhuri <sami@samhuri.net>"
|
||||
, "repository" :
|
||||
{ "type" : "git"
|
||||
, "url" : "https://github.com/samsonjs/repl-edit.git"
|
||||
}
|
||||
, "bugs" :
|
||||
{ "mail" : "sami.samhuri@gmail.com"
|
||||
, "web" : "https://github.com/samsonjs/repl-edit/issues"
|
||||
}
|
||||
, "directories" : { "lib" : "./lib" }
|
||||
, "bin" : { "node-repl-edit" : "./repl.js" }
|
||||
, "main" : "./lib/index"
|
||||
, "engines" : { "node" : ">=0.4.0" }
|
||||
, "licenses" :
|
||||
[ { "type" : "MIT"
|
||||
, "url" : "https://github.com/samsonjs/repl-edit/raw/master/LICENSE"
|
||||
{
|
||||
"name": "repl-edit",
|
||||
"description": "Edit code in the repl using a real text editor",
|
||||
"version": "0.9.3",
|
||||
"homepage": "http://samhuri.net/proj/repl-edit",
|
||||
"author": "Sami Samhuri <sami@samhuri.net>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/samsonjs/repl-edit.git"
|
||||
},
|
||||
"bugs": {
|
||||
"email": "sami.samhuri@gmail.com",
|
||||
"url": "https://github.com/samsonjs/repl-edit/issues"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"bin": {
|
||||
"node-repl-edit": "./repl.js"
|
||||
},
|
||||
"main": "./lib/index",
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/samsonjs/repl-edit/raw/master/LICENSE"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Loading…
Reference in a new issue