Skip to content

Commit

Permalink
build: removed non existing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Jul 17, 2023
1 parent e65b7e6 commit 1fddae8
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 287 deletions.
41 changes: 21 additions & 20 deletions packages/j/jquery-scrollto.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
{
"name": "jquery-scrollto",
"filename": "jquery-scrollto.min.js",
"description": "Smooth Scrolling to any jQuery/DOM Element",
"name": "jquery-scrollTo",
"filename": "jquery.scrollTo.min.js",
"description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
"keywords": [
"jquery",
"scroll",
"browser",
"animated",
"animation",
"scrolling",
"scrollto",
"smooth",
"dom"
"scroll",
"links",
"anchors"
],
"repository": {
"type": "git",
"url": "https://github.com/balupton/jquery-scrollto.git"
},
"license": "MIT",
"autoupdate": {
"source": "npm",
"target": "jquery-scrollto",
"source": "git",
"target": "git://github.com/flesler/jquery.scrollTo.git",
"fileMap": [
{
"basePath": "out/lib",
"basePath": "",
"files": [
"jquery-scrollto*"
"jquery.scrollTo.js",
"jquery.scrollTo.min.js"
]
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/flesler/jquery.scrollTo"
},
"license": "MIT",
"authors": [
{
"name": "Bevry Pty Ltd",
"email": "us@bevry.me",
"url": "http://bevry.me"
"name": "Ariel Flesler",
"url": "http://flesler.blogspot.com/"
}
]
}
38 changes: 13 additions & 25 deletions packages/s/simplelightbox.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,28 @@
{
"name": "simplelightbox",
"description": "Touch-friendly image lightbox for mobile and desktop with jQuery",
"filename": "simple-lightbox.min.js",
"repository": {
"type": "git",
"url": "https://github.com/andreknieriem/simplelightbox.git"
},
"description": "SimpleLightbox is a Lightweight plugin for responsive lightbox images and galleries with no dependencies.",
"filename": "simpleLightbox.min.js",
"homepage": "http://dbrekalo.github.io/simpleLightbox/",
"keywords": [
"lightbox",
"modal",
"gallery",
"jquery-plugin",
"touchfriendly",
"responsive",
"popup",
"dialog"
"javascript",
"images"
],
"license": "MIT",
"homepage": "http://andreknieriem.de/simple-lightbox",
"name": "SimpleLightbox",
"repository": {
"type": "git",
"url": "git@github.com:dbrekalo/simpleLightbox.git"
},
"autoupdate": {
"source": "npm",
"target": "simplelightbox",
"target": "simple-lightbox",
"fileMap": [
{
"basePath": "dist",
"files": [
"**/!(*.scss)"
"**/*"
]
}
]
},
"authors": [
{
"name": "Andre Rinas",
"email": "info@andreknieriem.de",
"url": "http://www.andreknieriem.de"
}
]
}
}
30 changes: 16 additions & 14 deletions packages/s/sortable.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
{
"filename": "js/sortable.min.js",
"name": "sortable",
"description": "The simplest, most elegant way to sort a table.",
"keywords": [
"sortable"
],
"homepage": "http://github.hubspot.com/sortable/",
"license": "MIT",
"name": "Sortable",
"filename": "Sortable.min.js",
"homepage": "http://rubaxa.github.io/Sortable/",
"description": "Minimalist JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery. Supports AngularJS and any CSS library, e.g. Bootstrap.",
"repository": {
"type": "git",
"url": "https://github.com/HubSpot/sortable.git"
"url": "git://github.com/rubaxa/Sortable.git"
},
"keywords": [
"sortable",
"reorder",
"drag"
],
"license": "MIT",
"autoupdate": {
"source": "git",
"target": "git://github.com/HubSpot/sortable.git",
"target": "git://github.com/rubaxa/Sortable.git",
"fileMap": [
{
"basePath": "",
"files": [
"css/**/sortable*",
"js/**/sortable*"
"Sortable.min.js",
"Sortable.js"
]
}
]
},
"authors": [
{
"name": "Adam Schwartz",
"email": "adam.flynn.schwartz@gmail.com"
"name": "Konstantin Lebedev",
"email": "ibnRubaXa@gmail.com"
}
]
}
76 changes: 0 additions & 76 deletions packages/t/tsparticles-all.json

This file was deleted.

76 changes: 0 additions & 76 deletions packages/t/tsparticles-basic.json

This file was deleted.

76 changes: 0 additions & 76 deletions packages/t/tsparticles-preset-hyperspace.json

This file was deleted.

0 comments on commit 1fddae8

Please sign in to comment.