github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/public/Sortable-1.4.0/bower.json (about) 1 { 2 "name": "Sortable", 3 "main": [ 4 "Sortable.js", 5 "ng-sortable.js", 6 "knockout-sortable.js", 7 "react-sortable-mixin.js" 8 ], 9 "homepage": "http://rubaxa.github.io/Sortable/", 10 "authors": [ 11 "RubaXa <ibnRubaXa@gmail.com>" 12 ], 13 "description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.", 14 "keywords": [ 15 "sortable", 16 "reorder", 17 "list", 18 "html5", 19 "drag", 20 "and", 21 "drop", 22 "dnd", 23 "web-components" 24 ], 25 "license": "MIT", 26 "ignore": [ 27 "node_modules", 28 "bower_components", 29 "test", 30 "tests" 31 ], 32 "dependencies": { 33 "polymer": "Polymer/polymer#~1.1.4", 34 } 35 }