.bower.json 861 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "angular-bindonce",
  3. "version": "0.3.3",
  4. "main": "bindonce.js",
  5. "description": "Zero watchers binding directives for AngularJS",
  6. "homepage": "https://github.com/Pasvaz/bindonce",
  7. "author": "Pasquale Vazzana <pasqualevazzana@gmail.com>",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/Pasvaz/bindonce.git"
  11. },
  12. "license": "MIT",
  13. "ignore": [
  14. "**/.*",
  15. "node_modules",
  16. "components"
  17. ],
  18. "dependencies": {},
  19. "keywords": [
  20. "angularjs",
  21. "angular",
  22. "directive",
  23. "binding",
  24. "watcher",
  25. "bindonce"
  26. ],
  27. "_release": "0.3.3",
  28. "_resolution": {
  29. "type": "version",
  30. "tag": "0.3.3",
  31. "commit": "0fcf71e6effc88179893c9c06baf6c6bf9037632"
  32. },
  33. "_source": "git://github.com/Pasvaz/bindonce.git",
  34. "_target": "~0.3.3",
  35. "_originalSource": "angular-bindonce",
  36. "_direct": true
  37. }