From ac1ead965d622c630b70e5d3975b34d0b93b4cb9 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 3 Jun 2021 11:04:13 +0900 Subject: [PATCH] Create package.json --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..74c6b76 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "html5-email-regex", + "version": "1.0.0", + "private": true, + "description": "my-dot-files", + "homepage": "https://github.com/coliff/html5-email-regex", + "bugs": { + "url": "https://github.com/coliff/html5-email-regex/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/coliff/html5-email-regex" + }, + "funding": { + "type": "PayPal", + "url": "https://paypal.me/coliff" + }, + "license": "MIT", + "author": "C.Oliff (https://christianoliff.com)", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "dependencies": {} +}