bower.json 615 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "knockout-validation",
  3. "version": "2.0.2",
  4. "description": "A KnockoutJS Plugin for model and property validation",
  5. "main": "dist/knockout.validation.js",
  6. "license": "MIT",
  7. "ignore": [
  8. "**/.*",
  9. "node_modules",
  10. "src",
  11. "test",
  12. "gruntfile.js"
  13. ],
  14. "keywords": [
  15. "Knockout-Validation",
  16. "knockout",
  17. "validation",
  18. "ko"
  19. ],
  20. "homepage": "https://github.com/Knockout-Contrib/Knockout-Validation",
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/Knockout-Contrib/Knockout-Validation.git"
  24. },
  25. "dependencies": {
  26. "knockout": ">=2.3.0"
  27. }
  28. }