From 2eabf0893bb6521fa472fc55dd698dd82500802c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 11 Jan 2019 13:34:36 +0000 Subject: [PATCH] Init npm --- package-lock.json | 5 +++++ package.json | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 package-lock.json create mode 100644 package.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..015eb59 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "social-landing", + "version": "1.0.0", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..fd1b262 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "social-landing", + "version": "1.0.0", + "description": "", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/RealOrangeOne/social-landing.git" + }, + "author": "", + "bugs": { + "url": "https://github.com/RealOrangeOne/social-landing/issues" + }, + "homepage": "https://github.com/RealOrangeOne/social-landing#readme" +}