From e5eab93936dfe21ed6049faa65312c084dd5b064 Mon Sep 17 00:00:00 2001 From: Shantanu Dutta <7542135+nlern@users.noreply.github.com> Date: Sun, 25 Aug 2019 20:22:29 +0530 Subject: [PATCH] 1. Initialised empty package.json. --- .../1. Bin2Dec/Web/package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/package.json diff --git a/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/package.json b/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/package.json new file mode 100644 index 00000000..86201a2b --- /dev/null +++ b/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/package.json @@ -0,0 +1,12 @@ +{ + "name": "Web", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +}