18 lines
376 B
JSON
18 lines
376 B
JSON
{
|
|
"version": "0.1.0",
|
|
"name": "language-openscenarionext",
|
|
"description": "Atom language support for OpenScenarioNext Draft",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://apps.pmsf.net/stash/scm/osn/osn-atom.git"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"atom": "*",
|
|
"node": "*"
|
|
},
|
|
"dependencies": {
|
|
"openscenarionext-grammar": "^0.1.0"
|
|
}
|
|
}
|