package.json 1003 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "sortablejs",
  3. "exportName": "Sortable",
  4. "version": "1.5.1",
  5. "devDependencies": {
  6. "grunt": "*",
  7. "grunt-version": "*",
  8. "grunt-contrib-jshint": "*",
  9. "grunt-contrib-uglify": "*"
  10. },
  11. "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.",
  12. "main": "Sortable.js",
  13. "scripts": {
  14. "test": "./node_modules/grunt/bin/grunt",
  15. "prepublish": "./node_modules/grunt/bin/grunt"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git://github.com/rubaxa/Sortable.git"
  20. },
  21. "files": [
  22. "Sortable.js",
  23. "Sortable.min.js"
  24. ],
  25. "keywords": [
  26. "sortable",
  27. "reorder",
  28. "drag",
  29. "meteor",
  30. "angular",
  31. "ng-sortable",
  32. "react",
  33. "mixin"
  34. ],
  35. "author": "Konstantin Lebedev <ibnRubaXa@gmail.com>",
  36. "license": "MIT",
  37. "spm": {
  38. "main": "Sortable.js",
  39. "ignore": [
  40. "meteor",
  41. "st"
  42. ]
  43. }
  44. }