{ "name": "sortablejs", "exportName": "Sortable", "version": "1.7.0", "devDependencies": { "grunt": "*", "grunt-contrib-jshint": "*", "grunt-contrib-uglify": "*", "grunt-testcafe": "^0.15.0", "grunt-version": "*", "http-server": "^0.9.0", "testcafe": "^0.16.0" }, "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.", "main": "Sortable.js", "scripts": { "test": "./node_modules/grunt/bin/grunt", "prepublish": "./node_modules/grunt/bin/grunt", "http-server": "http-server -s ./" }, "repository": { "type": "git", "url": "git://github.com/rubaxa/Sortable.git" }, "files": [ "Sortable.js", "Sortable.min.js" ], "keywords": [ "sortable", "reorder", "drag", "meteor", "angular", "ng-sortable", "react", "mixin" ], "author": "Konstantin Lebedev ", "license": "MIT", "spm": { "main": "Sortable.js", "ignore": [ "meteor", "st" ] } }