1
0
This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
atom-minisuite/package.json

19 lines
376 B
JSON

{
"name": "MiniSuite",
"main": "./lib/minisuite",
"version": "0.0.0",
"description": "A short description of your package",
"keywords": [
],
"activationCommands": {
"atom-workspace": "minisuite:toggle"
},
"repository": "https://github.com/Dekker1/minisuite",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
}
}