catala/syntax_highlighting/pl/atom/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
411 B
JSON
Raw Normal View History

2021-05-16 21:13:03 +03:00
{
"name": "language-catala-pl",
"version": "1.0.0",
"description": "Polish syntax highlighting for the Catala language",
"engines": {
"atom": "*"
},
"repository": {
"type": "git",
2022-12-22 22:42:56 +03:00
"url": "https://github.com/CatalaLang/catala.git"
2021-05-16 21:13:03 +03:00
},
"bugs": {
2022-12-22 22:42:56 +03:00
"url": "https://github.com/CatalaLang/catala/issues"
2021-05-16 21:13:03 +03:00
},
"dependencies": {},
"license": "Apache"
}