github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/public/Sortable-1.4.0/component.json (about)

     1  {
     2    "name": "Sortable",
     3    "main": "Sortable.js",
     4    "version": "1.3.0",
     5    "homepage": "http://rubaxa.github.io/Sortable/",
     6    "repo": "RubaXa/Sortable",
     7    "authors": [
     8      "RubaXa <ibnRubaXa@gmail.com>"
     9    ],
    10    "description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
    11    "keywords": [
    12      "sortable",
    13      "reorder",
    14      "list",
    15      "html5",
    16      "drag",
    17      "and",
    18      "drop",
    19      "dnd"
    20    ],
    21    "license": "MIT",
    22    "ignore": [
    23      "node_modules",
    24      "bower_components",
    25      "test",
    26      "tests"
    27    ],
    28    
    29    "scripts": [
    30      "Sortable.js"
    31    ]
    32  }