2019-05-08 20:36:00 +00:00
|
|
|
{
|
|
|
|
"name": "ht-docker-vscode",
|
2019-05-08 20:36:01 +00:00
|
|
|
"version": "5.0.10",
|
2019-05-08 20:36:00 +00:00
|
|
|
"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
|
2019-05-08 20:36:01 +00:00
|
|
|
}
|