UNPKG

vue-sortablejs

Version:
37 lines 884 B
{ "name": "vue-sortablejs", "version": "1.0.4", "author": "sonam", "description": "sortablejs for vue", "keywords": [ "vue", "drag", "Sortable.js", "vue-sortable", "vue-sortablejs" ], "main": "dist/vue-sortable.min.js", "files": [ "dist/vue-sortable.js", "dist/vue-sortable.min.js" ], "license": "MIT", "homepage": "https://github.com/tashigyatso/vue-drag", "repository": { "type": "git", "url": "https://github.com/tashigyatso/vue-drag.git" }, "scripts": { "package:vue-sortable": "rollup -c build/package.vue-sortable.js", "package:vue-sortable:min": "rollup -c build/package.vue-sortable.min.js" }, "dependencies": { "sortablejs": "^1.5.1" }, "devDependencies": { "rollup": "^0.41.6", "rollup-plugin-buble": "^0.15.0", "rollup-plugin-uglify": "^1.0.1", "uglify-js": "^2.8.20" } }