From ba87fd7c3669cbc4ad407b3af72b7328cadfb441 Mon Sep 17 00:00:00 2001 From: Benjamin Price Date: Tue, 25 Feb 2020 21:50:20 +0900 Subject: [PATCH] Add package.json --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..ed623bf --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "dev-social-badge", + "version": "0.1.0", + "description": "Unofficial Social Badge for the DEV.to Community", + "authors": [ + "Benjamin Price " + ], + "repository": { + "type": "git", + "url": "https://github.com/BenjaminPrice/dev-social-badge" + }, + "keywords": [ + "DEV.to", + "DEV Community", + "The Practical Dev", + "badge", + "dev", + "social" + ], + "license": "MIT" + } \ No newline at end of file