bower.json 582 B

12345678910111213141516171819202122232425262728
  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. },
  20. "keywords": [
  21. "angularjs",
  22. "angular",
  23. "directive",
  24. "binding",
  25. "watcher",
  26. "bindonce"
  27. ]
  28. }