mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-05-24 02:12:51 +00:00
Move everything into the root directory
The separate vote-apps directory was because networking didn't used to support aliases to remove the project name. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
20
result-app/package.json
Normal file
20
result-app/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "result-app",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.14.1",
|
||||
"cookie-parser": "^1.4.0",
|
||||
"express": "^4.13.3",
|
||||
"method-override": "^2.3.5",
|
||||
"async": "^1.5.0",
|
||||
"pg": "^4.4.3",
|
||||
"socket.io": "^1.3.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user