.bower.json 634 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "x-editable",
  3. "version": "1.5.1",
  4. "ignore": [
  5. "CHANGELOG.txt",
  6. "Gruntfile.js",
  7. "LICENSE-MIT",
  8. "Package.nuspec",
  9. "README.md",
  10. "composer.json",
  11. "package.json",
  12. "node_modules",
  13. "components",
  14. "src",
  15. "test"
  16. ],
  17. "dependencies": {
  18. "jquery": ">=1.6"
  19. },
  20. "homepage": "https://github.com/vitalets/x-editable",
  21. "_release": "1.5.1",
  22. "_resolution": {
  23. "type": "version",
  24. "tag": "1.5.1",
  25. "commit": "f32802f48a33b8a7ec9cca32eec4ca844b7d39b2"
  26. },
  27. "_source": "https://github.com/vitalets/x-editable.git",
  28. "_target": "~1.5.1",
  29. "_originalSource": "x-editable"
  30. }