Update package.json
parent
3722ada1da
commit
cc3c584fc1
20
package.json
20
package.json
|
@ -1,10 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "shareon",
|
"name": "shareon",
|
||||||
"version": "1.0.0-alpha.0",
|
"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",
|
"repository": "https://github.com/NickKaramoff/shareon",
|
||||||
"author": "Nikita Karamov <nick@karamoff.dev>",
|
|
||||||
"license": "MIT",
|
"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": {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue