DockerRestApi/package.json
2019-09-19 18:27:24 +02:00

22 lines
438 B
JSON

{
"name": "dockerrestapi",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dockerode": "^2.5.8",
"express": "~4.16.1",
"morgan": "~1.9.1"
},
"description": "",
"repository": {
"type": "git",
"url": "https://git.cliffbreak.de/Alpha/DockerRestApi.git"
},
"author": "",
"license": "ISC"
}