working title

This commit is contained in:
Loic Nageleisen 2015-02-19 18:11:25 +01:00
parent ffbe36efec
commit 1a8657b3d4
13 changed files with 234 additions and 77 deletions

View file

@ -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"
}
}