-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 815 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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"
}
}