.bower.json 755 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "bootstrap-contextmenu",
  3. "main": "bootstrap-contextmenu.js",
  4. "version": "0.3.4",
  5. "homepage": "https://github.com/sydcanem/bootstrap-contextmenu",
  6. "authors": [
  7. "sydcanem <icqhv.santos@gmail.com>"
  8. ],
  9. "description": "Context-menu extension for the Bootstrap framework",
  10. "keywords": [
  11. "boostrap",
  12. "contextmenu"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ],
  22. "_release": "0.3.4",
  23. "_resolution": {
  24. "type": "version",
  25. "tag": "0.3.4",
  26. "commit": "78d4bfd46889c127e3770e00f477a697aa258229"
  27. },
  28. "_source": "https://github.com/sydcanem/bootstrap-contextmenu.git",
  29. "_target": "0.3.4",
  30. "_originalSource": "bootstrap-contextmenu"
  31. }