Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Jun 3, 2021
1 parent f1d990e commit ac1ead9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {}
}

0 comments on commit ac1ead9

Please sign in to comment.