Skip to content

Commit

Permalink
chore(package.json) Update meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
berndartmueller committed Aug 15, 2020
1 parent fa0d60c commit c0dcd96
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
{
"name": "virtual-swiper",
"version": "0.0.1",
"description": "",
"description": "Super-fast, lightweight slider and carousel, written in TypeScript without any dependencies.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"browser": "dist/index.bundle.js",
"keywords": [
"slider",
"carousel",
"slideshow",
"lightweight",
"touch",
"responsive",
"image-slider",
"image-swiper",
"swiper"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c && tsc",
Expand All @@ -14,8 +25,8 @@
"type": "git",
"url": "git+https://github.com/berndartmueller/virtual-swiper.git"
},
"author": "",
"license": "ISC",
"author": "Bernd Artmüller",
"license": "MIT",
"bugs": {
"url": "https://github.com/berndartmueller/virtual-swiper/issues"
},
Expand All @@ -30,9 +41,7 @@
"postcss-import": "^12.0.1",
"rollup-plugin-postcss": "^3.1.5",
"rollup-plugin-serve": "^1.0.3",
"typescript": "^3.9.7"
},
"dependencies": {
"typescript": "^3.9.7",
"rollup": "^2.26.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-typescript2": "^0.27.2"
Expand Down

0 comments on commit c0dcd96

Please sign in to comment.