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": {} }