.bower.json 826 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "angular-native-dragdrop",
  3. "version": "1.2.2",
  4. "homepage": "http://angular-dragdrop.github.io/angular-dragdrop",
  5. "authors": [
  6. "ganarajpr"
  7. ],
  8. "description": "Angular HTML5 Drag and Drop directive written in pure with no dependency on JQuery.",
  9. "main": "draganddrop.js",
  10. "keywords": [
  11. "angular",
  12. "drag",
  13. "drop",
  14. "html5"
  15. ],
  16. "dependencies": {
  17. "angular": "^1.3"
  18. },
  19. "license": "MIT",
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "test",
  25. "tests"
  26. ],
  27. "_release": "1.2.2",
  28. "_resolution": {
  29. "type": "version",
  30. "tag": "1.2.2",
  31. "commit": "e630636fdc39fef815c1c534340aa16caf76a04c"
  32. },
  33. "_source": "https://github.com/angular-dragdrop/angular-dragdrop.git",
  34. "_target": "1.2.2",
  35. "_originalSource": "angular-native-dragdrop"
  36. }