From cc3c584fc1e4cbebde4bd5d2e8f83da1c9176051 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Wed, 25 Mar 2020 16:36:41 +0100 Subject: [PATCH] Update package.json --- package.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9edebbe..d6c3254 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,22 @@ { "name": "shareon", "version": "1.0.0-alpha.0", - "description": "Lightweight, stylish and ethical share buttons for popular social networks", - "main": "./dist/shareon.js", "repository": "https://github.com/NickKaramoff/shareon", - "author": "Nikita Karamov ", "license": "MIT", - "private": false + + "author": "Nikita Karamov ", + "description": "Lightweight, stylish and ethical share buttons for popular social networks", + "keywords": [ + "share buttons", + "sharing", + "social networks" + ], + + "main": "./dist/shareon.js", + + "scripts": {}, + + "dependencies": {}, + + "devDependencies": {} }