bower.json 547 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "jquery-nestable",
  3. "version": "0.0.1",
  4. "authors": [
  5. "Sabbir Ahmed <sabbiirr@gmail.com>"
  6. ],
  7. "description": "Drag & drop hierarchical list with mouse and touch compatibility (jQuery plugin). This is a forked version from https://github.com/brunobatista/Nestable",
  8. "main": "jquery.nestable.js",
  9. "keywords": [
  10. "drag",
  11. "drop",
  12. "jquery"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ],
  22. "dependencies": {
  23. "jquery": ">= 1.7.2"
  24. }
  25. }