2019-09-19 16:07:12 +00:00
|
|
|
{
|
|
|
|
"name": "dockerrestapi",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./bin/www"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"cookie-parser": "~1.4.4",
|
|
|
|
"debug": "~2.6.9",
|
2019-09-19 16:27:24 +00:00
|
|
|
"dockerode": "^2.5.8",
|
2019-09-19 16:07:12 +00:00
|
|
|
"express": "~4.16.1",
|
2019-09-19 16:27:24 +00:00
|
|
|
"morgan": "~1.9.1"
|
2019-09-19 16:07:12 +00:00
|
|
|
},
|
|
|
|
"description": "",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.cliffbreak.de/Alpha/DockerRestApi.git"
|
|
|
|
},
|
2019-09-19 18:31:33 +00:00
|
|
|
"author": "Moritz",
|
2019-09-19 16:07:12 +00:00
|
|
|
"license": "ISC"
|
2019-09-19 18:31:33 +00:00
|
|
|
}
|