123456789101112131415161718192021222324252627282930 |
- {
- "name": "Sortable",
- "main": [
- "Sortable.js"
- ],
- "homepage": "http://SortableJS.github.io/Sortable/",
- "authors": [
- "RubaXa <ibnRubaXa@gmail.com>",
- "owenm <owen23355@gmail.com>"
- ],
- "description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.",
- "keywords": [
- "sortable",
- "reorder",
- "list",
- "html5",
- "drag",
- "and",
- "drop",
- "dnd",
- "web-components"
- ],
- "license": "MIT",
- "ignore": [
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|