blank package
This commit is contained in:
commit
ffbe36efec
12 changed files with 210 additions and 0 deletions
16
package.json
Normal file
16
package.json
Normal 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": {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue