.bower.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "angular-disable-all",
  3. "description": "Angular directive that allows to disable any element (for example DIV) content (inputs, buttons, etc.) and disable clicks on the given element",
  4. "version": "0.0.2",
  5. "keywords": [
  6. "disable-all",
  7. "angular-disable-all"
  8. ],
  9. "authors": [
  10. {
  11. "name": "Umed Khudoiberdiev",
  12. "email": "info@zar.tj"
  13. }
  14. ],
  15. "repository": {
  16. "type": "git",
  17. "url": "git://github.com/PLEEROCK/angular-disable-all.git"
  18. },
  19. "main": [
  20. "./dist/angular-disable-all.js"
  21. ],
  22. "ignore": [
  23. ".gitignore",
  24. ".jshintrc",
  25. "package.json",
  26. "gulpfile.js",
  27. "node_modules",
  28. "bower_components",
  29. "src",
  30. "reports",
  31. "samples",
  32. "test"
  33. ],
  34. "dependencies": {
  35. "angular": ">= 1.0.8"
  36. },
  37. "devDependencies": {
  38. "angular-mocks": ">= 1.0.8",
  39. "angular-scenario": ">= 1.0.8"
  40. },
  41. "homepage": "https://github.com/PLEEROCK/angular-disable-all",
  42. "_release": "0.0.2",
  43. "_resolution": {
  44. "type": "version",
  45. "tag": "0.0.2",
  46. "commit": "dee8f32457e441b4d4f1c660a01dbe2009524d7d"
  47. },
  48. "_source": "https://github.com/PLEEROCK/angular-disable-all.git",
  49. "_target": "^0.0.2",
  50. "_originalSource": "angular-disable-all",
  51. "_direct": true
  52. }