From 243888250dd5b6c7080fea891ceee03d41481b3d Mon Sep 17 00:00:00 2001 From: TsJennyfer Date: Sun, 24 Nov 2019 11:02:16 +0100 Subject: [PATCH] jenkins config --- hello.js => index.js | 0 package.json | 13 +++++++++++++ 2 files changed, 13 insertions(+) rename hello.js => index.js (100%) create mode 100644 package.json diff --git a/hello.js b/index.js similarity index 100% rename from hello.js rename to index.js diff --git a/package.json b/package.json new file mode 100644 index 0000000..b03a4f6 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + “name”: “Paragonik”, + “description”: “hello jenkins test app”, + “version”: “0.0.1”, + “private”: true, + “dependencies”: { + “express”: “3.12.0” + }, + “devDependencies”: { + “mocha”: “1.20.1”, + “supertest”: “0.13.0” + } +} \ No newline at end of file