.bower.json 881 B

1234567891011121314151617181920212223242526272829303132333435
  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. "homepage": "https://github.com/thesabbir/jquery-nestable",
  26. "_release": "0.0.1",
  27. "_resolution": {
  28. "type": "version",
  29. "tag": "0.0.1",
  30. "commit": "1a1feac0ca6381c9d0dcc836e8460188ffbb7c79"
  31. },
  32. "_source": "git://github.com/thesabbir/jquery-nestable.git",
  33. "_target": "~0.0.1",
  34. "_originalSource": "jquery-nestable"
  35. }