From 069716349f08fcfd5733ffd89ce56364d087f289 Mon Sep 17 00:00:00 2001 From: Jonas Blumer <jonas.blumer@entwicklungspark.com> Date: Thu, 26 Nov 2015 22:16:10 +0100 Subject: [PATCH] procfiles --- Procfile | 1 + package.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 Procfile create mode 100644 package.json diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..e1d4131 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node app.js diff --git a/package.json b/package.json new file mode 100644 index 0000000..ebdf45a --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "timbermun", + "version": "0.0.1", + "private": true, + "dependencies": { + "express": "~2.5.8", + "ejs": "~0.7.1", + "socket.io": "~0.9.6" + }, + "engines": { + "node": "0.10.x" + } +} \ No newline at end of file -- GitLab