31 lines
944 B
JSON
31 lines
944 B
JSON
{
|
|
"name": "openhab-vscode-extension",
|
|
"displayName": "openHAB Visual Studio Code Extension - Client Part",
|
|
"description": "Robust tool for openHAB textual configurations. Includes code snippets, syntax highlighting, language server integration and more.",
|
|
"version": "0.8.0",
|
|
"publisher": "openhab",
|
|
"icon": "../openhab.png",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openhab/openhab-vscode.git"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"engines": {
|
|
"vscode": "^1.37.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"No tests in client yet!\""
|
|
},
|
|
"dependencies": {
|
|
"ascii-table": "0.0.9",
|
|
"copy-paste": "^1.3.0",
|
|
"lodash": "^4.17.20",
|
|
"request": "^2.88.2",
|
|
"request-promise-native": "^1.0.9",
|
|
"vscode-languageclient": "6.0.0-next.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/vscode": "^1.14.0"
|
|
}
|
|
}
|