github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/public/Sortable-1.4.0/package.json (about) 1 { 2 "name": "sortablejs", 3 "exportName": "Sortable", 4 "version": "1.4.0", 5 "devDependencies": { 6 "grunt": "*", 7 "grunt-version": "*", 8 "grunt-exec": "*", 9 "grunt-contrib-jshint": "0.9.2", 10 "grunt-contrib-uglify": "*", 11 "spacejam": "*" 12 }, 13 "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.", 14 "main": "Sortable.js", 15 "scripts": { 16 "test": "grunt" 17 }, 18 "repository": { 19 "type": "git", 20 "url": "git://github.com/rubaxa/Sortable.git" 21 }, 22 "keywords": [ 23 "sortable", 24 "reorder", 25 "drag", 26 "meteor", 27 "angular", 28 "ng-sortable", 29 "react", 30 "mixin" 31 ], 32 "author": "Konstantin Lebedev <ibnRubaXa@gmail.com>", 33 "license": "MIT", 34 "spm": { 35 "main": "Sortable.js", 36 "ignore": [ 37 "meteor", 38 "st" 39 ] 40 } 41 }