DockerRestApi/package.json

23 lines
437 B
JSON
Raw Normal View History

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",
"express": "~4.16.1",
"morgan": "~1.9.1",
"request": "^2.88.0"
},
"description": "",
"repository": {
"type": "git",
"url": "https://git.cliffbreak.de/Alpha/DockerRestApi.git"
},
"author": "",
"license": "ISC"
}