From 8f8ad26874f10ee039312ffed2ed1bd0663ca6b2 Mon Sep 17 00:00:00 2001 From: Varun Sridharan Date: Wed, 30 Sep 2020 10:11:43 +0530 Subject: [PATCH] Create package.json --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..3744342 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name" : "", + "version" : "1.0.0", + "description" : "", + "main" : "index.js", + "author" : "Varun Sridharan (https://varunsridharan.in)", + "keywords" : [ ], + "homepage" : "https://github.com/", + "bugs" : { + "url" : "https://github.com/" + }, + "repository" : { + "type" : "git", + "url" : "https://github.com/.git" + }, + "license" : "MIT" +}