bower.json 372 B

12345678910111213141516171819
  1. {
  2. "name": "validator-js",
  3. "main": "validator.js",
  4. "version": "3.11.2",
  5. "homepage": "https://github.com/chriso/validator.js",
  6. "authors": [
  7. "Chris O'Hara <cohara87+gh@gmail.com>"
  8. ],
  9. "description": "String validation and sanitization",
  10. "license": "MIT",
  11. "ignore": [
  12. "**/.*",
  13. "node_modules",
  14. "bower_components",
  15. "test",
  16. "tests"
  17. ]
  18. }