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" +}