repl-edit/package.json
Sami Samhuri 91028f439b 0.9.4
2011-11-05 16:32:18 -07:00

33 lines
No EOL
754 B
JSON

{
"name": "repl-edit",
"description": "Edit code in the repl using a real text editor",
"version": "0.9.4",
"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": {}
}