UNPKG

readline-vim

Version:

Adds vim bindings to nodejs readline.

37 lines (36 loc) 815 B
{ "name": "readline-vim", "version": "0.3.2", "description": "Adds vim bindings to nodejs readline.", "main": "readline-vim.js", "scripts": { "demo": "node ./examples/repl", "test": "tap test" }, "repository": { "type": "git", "url": "git://github.com/thlorenz/readline-vim.git" }, "keywords": [ "readline", "vim", "shortcuts", "console", "keyboard", "keys" ], "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)", "license": "MIT", "readmeFilename": "README.md", "gitHead": "26f68bc9dc257f5f511165d0949dc97a73b7625d", "devDependencies": { "proxyquire": "~0.4.0", "sinon": "~1.5.2", "tap": "~0.4.0", "readline-testharness": "~0.3.0" }, "dependencies": { "stringify-key": "~0.1.2", "parse-key": "~0.2.0" } }