You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
547 B
JSON
24 lines
547 B
JSON
{
|
|
"name": "latex-helper",
|
|
"main": "./lib/latex-helper",
|
|
"version": "0.0.0",
|
|
"description": "A short description of your package",
|
|
"keywords": [
|
|
],
|
|
"activationCommands": {
|
|
"atom-workspace": [
|
|
"latex-helper:convert-to-display-math",
|
|
"latex-helper:insert-backslash-comma",
|
|
"latex-helper:mathify-comma-list",
|
|
"latex-helper:convert-to-abs"
|
|
]
|
|
},
|
|
"repository": "https://github.com/atom/latex-helper",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"atom": ">=1.0.0 <2.0.0"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|