30 lines
627 B
JSON
30 lines
627 B
JSON
{
|
|
"name": "shareon",
|
|
"version": "1.0.0-alpha.0",
|
|
"homepage": "https://os.karamoff.dev/shareon",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/NickKaramoff/shareon.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/NickKaramoff/shareon/issues"
|
|
},
|
|
"license": "MIT",
|
|
|
|
"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": {}
|
|
}
|