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