bower.json 537 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "angular-native-dragdrop",
  3. "version": "1.2.1",
  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. }