2016-02-24 19:59:27 +00:00
|
|
|
{
|
|
|
|
"name": "ht-docker-node",
|
2024-05-24 13:53:37 +00:00
|
|
|
"version": "5.0.134",
|
2024-05-24 13:53:20 +00:00
|
|
|
"description": "A Docker image that integrates Node.js with shipzone.io support.",
|
2016-02-24 19:59:27 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-06-10 08:43:22 +00:00
|
|
|
"test": "echo \"no npm test specified\"",
|
2019-05-08 20:27:59 +00:00
|
|
|
"build": "echo \"Not needed for now\""
|
2016-02-24 19:59:27 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/HostToday/ht-docker-node.git"
|
|
|
|
},
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/HostToday/ht-docker-node/issues"
|
|
|
|
},
|
2019-05-08 20:27:59 +00:00
|
|
|
"homepage": "https://github.com/HostToday/ht-docker-node#readme",
|
2019-06-08 19:36:23 +00:00
|
|
|
"private": true,
|
|
|
|
"files": [
|
|
|
|
"ts/*",
|
|
|
|
"ts_web/*",
|
|
|
|
"dist/*",
|
|
|
|
"dist_web/*",
|
2019-07-17 16:01:57 +00:00
|
|
|
"dist_ts_web/*",
|
2019-06-08 19:36:23 +00:00
|
|
|
"assets/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2019-06-10 08:43:22 +00:00
|
|
|
],
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
2024-05-24 13:53:20 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Docker",
|
|
|
|
"Node.js",
|
|
|
|
"shipzone.io",
|
|
|
|
"npm",
|
|
|
|
"CI",
|
|
|
|
"git",
|
|
|
|
"ssh",
|
|
|
|
"npmci",
|
|
|
|
"node version management",
|
|
|
|
"typescript"
|
|
|
|
]
|
2024-05-24 13:53:20 +00:00
|
|
|
}
|