{ "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": { } }