Rearrange entries in package.json
parent
54bf529b5c
commit
478970ff25
30
package.json
30
package.json
|
@ -1,7 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "shareon",
|
"name": "shareon",
|
||||||
"version": "1.1.3",
|
"version": "1.1.3",
|
||||||
|
"description": "Lightweight, stylish and ethical share buttons for popular social networks",
|
||||||
|
"license": "MIT",
|
||||||
"homepage": "https://shareon.js.org",
|
"homepage": "https://shareon.js.org",
|
||||||
|
"keywords": [
|
||||||
|
"share buttons",
|
||||||
|
"sharing",
|
||||||
|
"social networks"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/NickKaramoff/shareon.git"
|
"url": "git+https://github.com/NickKaramoff/shareon.git"
|
||||||
|
@ -9,24 +16,19 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/NickKaramoff/shareon/issues"
|
"url": "https://github.com/NickKaramoff/shareon/issues"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"author": {
|
||||||
"author": "Nikita Karamov <nick@karamoff.dev>",
|
"name": "Nikita Karamov",
|
||||||
"description": "Lightweight, stylish and ethical share buttons for popular social networks",
|
"email": "nick@karamoff.dev",
|
||||||
"keywords": [
|
"url": "https://karamoff.dev"
|
||||||
"share buttons",
|
},
|
||||||
"sharing",
|
|
||||||
"social networks"
|
|
||||||
],
|
|
||||||
"files": [
|
|
||||||
"dist",
|
|
||||||
"LICENSE",
|
|
||||||
"README.md"
|
|
||||||
],
|
|
||||||
"main": "./dist/shareon.cjs",
|
"main": "./dist/shareon.cjs",
|
||||||
|
"unpkg": "./dist/shareon.min.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
"require": "./dist/shareon.cjs"
|
"require": "./dist/shareon.cjs"
|
||||||
},
|
},
|
||||||
"unpkg": "./dist/shareon.min.js",
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"dev": "rollup -w -c",
|
"dev": "rollup -w -c",
|
||||||
|
|
Loading…
Reference in New Issue