Rearrange entries in package.json

This commit is contained in:
Nikita Karamov 2020-06-26 17:04:15 +02:00
parent 54bf529b5c
commit 478970ff25
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
1 changed files with 16 additions and 14 deletions

View File

@ -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",