30 lines
926 B
JSON
30 lines
926 B
JSON
{
|
|
"name": "openhab-vscode-extension",
|
|
"displayName": "openHAB Visual Studio Code Extension",
|
|
"description": "Robust tool for openHAB textual configurations. Includes code snippets, syntax highlighting, language server integration and more.",
|
|
"version": "0.4.1",
|
|
"publisher": "openhab",
|
|
"icon": "../openhab.png",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openhab/openhab-vscode.git"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"engines": {
|
|
"vscode": "^1.30.0"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "vscode-install",
|
|
"test": "echo \"No tests in client yet!\""
|
|
},
|
|
"dependencies": {
|
|
"ascii-table": "0.0.9",
|
|
"copy-paste": "^1.3.0",
|
|
"lodash": "^4.17.4",
|
|
"request": "^2.83.0",
|
|
"request-promise-native": "^1.0.5",
|
|
"vscode": "^1.1.26",
|
|
"vscode-languageclient": "^5.2.1"
|
|
}
|
|
}
|