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

25 lines
475 B
JSON

{
"name": "MiniSuite",
"main": "./lib/minisuite",
"version": "0.0.1",
"description": "Bringing an MiniZinc IDE experience to atom",
"keywords": [
"MiniZinc",
"IDE",
"linter",
"autocompletion"
],
"repository": "https://github.com/Dekker1/atom-minisuite",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-package-deps": "^4.3.1"
},
"package-deps": [
"language-mzn",
"linter-mzn"
]
}