package.json 919 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "jquery.validator",
  3. "title": "nice Validator",
  4. "description": "Simple, smart and pleasant verification solution.",
  5. "version": "0.7.2",
  6. "keywords": ["form", "validate", "validation", "validator"],
  7. "homepage": "http://niceue.com/validator/",
  8. "author": "Jony Zhang <zj86@live.cn>",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/niceue/validator.git"
  12. },
  13. "bugs": "https://github.com/niceue/validator/issues",
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "http://niceue.com/licenses/MIT-LICENSE.txt"
  18. }
  19. ],
  20. "engine": [
  21. "node >=0.10.0"
  22. ],
  23. "scripts": {
  24. "test": "jshint src/jquery.validator.js"
  25. },
  26. "dependencies": {
  27. "jquery": ">=1.7.0"
  28. },
  29. "devDependencies": {
  30. "uglify-js": ">= 2.4.8",
  31. "stylus": ">= 0.41.3",
  32. "jshint": ">=2.3.0"
  33. }
  34. }