Update package.json

This commit is contained in:
Nikita Karamov 2020-03-25 16:36:41 +01:00
parent 3722ada1da
commit cc3c584fc1
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
1 changed files with 16 additions and 4 deletions

View File

@ -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 <nick@karamoff.dev>",
"license": "MIT",
"private": false
"author": "Nikita Karamov <nick@karamoff.dev>",
"description": "Lightweight, stylish and ethical share buttons for popular social networks",
"keywords": [
"share buttons",
"sharing",
"social networks"
],
"main": "./dist/shareon.js",
"scripts": {},
"dependencies": {},
"devDependencies": {}
}