1234567891011121314151617181920212223242526272829 |
- {
- "name": "Sortable",
- "main": [
- "Sortable.js"
- ],
- "homepage": "http://rubaxa.github.io/Sortable/",
- "authors": [
- "RubaXa <ibnRubaXa@gmail.com>"
- ],
- "description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
- "keywords": [
- "sortable",
- "reorder",
- "list",
- "html5",
- "drag",
- "and",
- "drop",
- "dnd",
- "web-components"
- ],
- "license": "MIT",
- "ignore": [
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|