package.json 914 B

123456789101112131415161718192021222324252627282930313233
  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. "files": ["dist", "localization", "CONTRIBUTING.md"],
  7. "peerDependencies": {
  8. "knockout": ">=2.3.0"
  9. },
  10. "devDependencies": {
  11. "grunt": "~0.4.5",
  12. "grunt-cli": "~0.1.13",
  13. "grunt-contrib-jshint": "~0.11.0",
  14. "grunt-contrib-uglify": "~0.7.0",
  15. "grunt-contrib-concat": "~0.5.0",
  16. "grunt-contrib-qunit": "~0.5.2",
  17. "grunt-contrib-watch": "~0.6.1",
  18. "grunt-clear": "~0.2.1",
  19. "jshint-stylish": "~1.0.0"
  20. },
  21. "scripts": {
  22. "test": "grunt test"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/Knockout-Contrib/Knockout-Validation.git"
  27. },
  28. "author": "@ericmbarnard",
  29. "license": "MIT",
  30. "bugs": {
  31. "url": "https://github.com/Knockout-Contrib/Knockout-Validation/issues"
  32. }
  33. }