From 71062144f6d6f0178d4ec75b45fbd7ad2c24e3eb Mon Sep 17 00:00:00 2001 From: Paula Mendez Date: Mon, 29 Aug 2022 21:56:14 -0700 Subject: [PATCH] add package.json --- 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..a15604c --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "paulipotter.github.io", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/paulipotter/paulipotter.github.io.git" + }, + "author": "paulipotter", + "license": "ISC", + "bugs": { + "url": "https://github.com/paulipotter/paulipotter.github.io/issues" + }, + "homepage": "https://github.com/paulipotter/paulipotter.github.io#readme" +}