2016-02-24 19:59:27 +00:00
|
|
|
{
|
|
|
|
"name": "ht-docker-node",
|
2019-06-03 11:15:48 +00:00
|
|
|
"version": "5.0.13",
|
2019-05-08 20:27:59 +00:00
|
|
|
"description": "docker image with nodejs and shipzone.io support",
|
2016-02-24 19:59:27 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-05-08 20:27:59 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"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/*",
|
|
|
|
"assets/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
|
|
|
}
|