2019-05-08 20:36:00 +00:00
|
|
|
{
|
|
|
|
"name": "ht-docker-vscode",
|
2019-11-05 14:50:15 +00:00
|
|
|
"version": "5.0.21",
|
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": {
|
2019-11-05 14:48:25 +00:00
|
|
|
"test": "echo \"Error: no test specified\"",
|
2019-05-08 20:36:00 +00:00
|
|
|
"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",
|
2019-11-05 14:33:09 +00:00
|
|
|
"private": true,
|
|
|
|
"files": [
|
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_web/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
2019-11-05 14:33:09 +00:00
|
|
|
}
|