.bower.json 584 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "ngDraggable",
  3. "main": "ngDraggable.js",
  4. "version": "0.1.11",
  5. "homepage": "https://github.com/fatlinesofcode/ngDraggable",
  6. "ignore": [
  7. "**/.*",
  8. "node_modules",
  9. "bower_components",
  10. "test",
  11. "tests"
  12. ],
  13. "dependencies": {
  14. "angular": "latest"
  15. },
  16. "_release": "0.1.11",
  17. "_resolution": {
  18. "type": "version",
  19. "tag": "0.1.11",
  20. "commit": "a7d83ca49cb6fe29c0a0d5167edd945c7b86faad"
  21. },
  22. "_source": "https://github.com/fatlinesofcode/ngDraggable.git",
  23. "_target": "^0.1.11",
  24. "_originalSource": "ngDraggable",
  25. "_direct": true
  26. }