blank package

This commit is contained in:
Loic Nageleisen 2015-02-19 08:29:59 +01:00
commit ffbe36efec
12 changed files with 210 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "ex-mode",
"main": "./lib/ex-mode",
"version": "0.0.0",
"description": "A short description of your package",
"activationCommands": {
"atom-workspace": "ex-mode:toggle"
},
"repository": "https://github.com/atom/ex-mode",
"license": "MIT",
"engines": {
"atom": ">=0.174.0 <2.0.0"
},
"dependencies": {
}
}