bower.json 291 B

1234567891011121314151617
  1. {
  2. "name": "ngDraggable",
  3. "main": "ngDraggable.js",
  4. "version": "0.1.10",
  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. }