package.json 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "bootstrapValidator",
  3. "version": "0.5.4",
  4. "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
  5. "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
  6. "author": {
  7. "name": "Nguyen Huu Phuoc",
  8. "email": "phuoc@huuphuoc.me",
  9. "url": "https://twitter.com/nghuuphuoc"
  10. },
  11. "homepage": "http://bootstrapvalidator.com",
  12. "bugs": {
  13. "url": "https://github.com/nghuuphuoc/bootstrapvalidator/issues",
  14. "email": "phuoc@huuphuoc.me"
  15. },
  16. "license": "http://bootstrapvalidator.com/license/",
  17. "main": "./dist/js/bootstrapValidator.js",
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/nghuuphuoc/bootstrapvalidator.git"
  21. },
  22. "devDependencies": {
  23. "grunt": "latest",
  24. "grunt-contrib-concat": "latest",
  25. "grunt-contrib-copy": "latest",
  26. "grunt-contrib-cssmin": "latest",
  27. "grunt-contrib-jshint": "latest",
  28. "grunt-contrib-uglify": "latest",
  29. "grunt-contrib-watch": "latest"
  30. }
  31. }