ht-docker-vscode/package.json
2019-05-08 22:36:00 +02:00

21 lines
621 B
JSON

{
"name": "ht-docker-vscode",
"version": "5.0.9",
"description": "a vscode image with everything installed needed to run a vscode instance",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"Not needed for now\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/HostToday/ht-docker-vscode.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/HostToday/ht-docker-vscode/issues"
},
"homepage": "https://github.com/HostToday/ht-docker-vscode#readme",
"private": true
}