1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
language-mzn/package.json
2015-11-19 22:56:45 +01:00

19 lines
385 B
JSON

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