From cd0cbc09d8fcece2b72e7a1ac53afa6ea6980298 Mon Sep 17 00:00:00 2001 From: Yash srivastava Date: Fri, 6 Nov 2020 00:24:16 +0530 Subject: [PATCH] .json file added --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..1d2fccc --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "nodebeginner.org", + "version": "1.0.0", + "description": "The aim of this document is to get you started with developing applications with Node.js, teaching you everything you need to know about \"advanced\" JavaScript along the way. It goes way beyond your typical \"Hello World\" tutorial.", + "main": "index.html", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/yashsrivastava16/nodebeginner.org.git" + }, + "author": "Manuel Kiessling", + "license": "ISC", + "bugs": { + "url": "https://github.com/yashsrivastava16/nodebeginner.org/issues" + }, + "homepage": "https://github.com/yashsrivastava16/nodebeginner.org#readme" +}