.bower.json 517 B

123456789101112131415161718192021
  1. {
  2. "name": "datatables.net-plugins",
  3. "license": "MIT",
  4. "main": [],
  5. "ignore": [],
  6. "dependencies": {
  7. "jquery": ">=1.7.0",
  8. "datatables": ">=1.10.15"
  9. },
  10. "homepage": "https://github.com/DataTables/Plugins",
  11. "version": "1.10.16",
  12. "_release": "1.10.16",
  13. "_resolution": {
  14. "type": "version",
  15. "tag": "1.10.16",
  16. "commit": "85237e11f47277757eeecef7a5d5d1bf91bda294"
  17. },
  18. "_source": "https://github.com/DataTables/Plugins.git",
  19. "_target": "*",
  20. "_originalSource": "datatables-plugins"
  21. }