forked from itsjoesullivan/js-vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 770 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 770 Bytes
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
{
"name": "js-vim",
"version": "0.4.1",
"description": "A JavaScript implementation of the vim text editor",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"diff_match_patch": "0.1.1",
"js-vim-command": "*",
"get-set": "*",
"mauve": "*",
"underscore": "1.4.4"
},
"devDependencies": {
"mocha": "1.12.0",
"should": "*",
"chai": "1.6.1"
},
"scripts": {
"test": "mocha --recursive -r should -R min"
},
"repository": {
"type": "git",
"url": "https://github.com/itsjoesullivan/js-vim.git"
},
"keywords": [
"vim"
],
"author": "Joe Sullivan <itsjoesullivan@gmail.com>",
"license": "MIT",
"gitHead": "7250b5b4cbcc584454811012bcad5254162f7f0a",
"readmeFilename": "README.md"
}