working title
This commit is contained in:
parent
ffbe36efec
commit
1a8657b3d4
13 changed files with 234 additions and 77 deletions
|
|
@ -2,15 +2,17 @@
|
|||
"name": "ex-mode",
|
||||
"main": "./lib/ex-mode",
|
||||
"version": "0.0.0",
|
||||
"description": "A short description of your package",
|
||||
"description": "Ex for Atom's vim-mode",
|
||||
"activationCommands": {
|
||||
"atom-workspace": "ex-mode:toggle"
|
||||
"atom-workspace": "ex-mode:open"
|
||||
},
|
||||
"repository": "https://github.com/atom/ex-mode",
|
||||
"repository": "https://github.com/lloeki/ex-mode",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"atom": ">=0.174.0 <2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore-plus": "1.x",
|
||||
"event-kit": "^0.7.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue