package.json 996 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "json-schema",
  3. "version": "0.2.3",
  4. "author": "Kris Zyp",
  5. "description": "JSON Schema validation and specifications",
  6. "maintainers": [
  7. {
  8. "name": "Kris Zyp",
  9. "email": "kriszyp@gmail.com"
  10. }
  11. ],
  12. "keywords": [
  13. "json",
  14. "schema"
  15. ],
  16. "licenses": [
  17. {
  18. "type": "AFLv2.1",
  19. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
  20. },
  21. {
  22. "type": "BSD",
  23. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
  24. }
  25. ],
  26. "repository": {
  27. "type": "git",
  28. "url": "http://github.com/kriszyp/json-schema"
  29. },
  30. "directories": {
  31. "lib": "./lib"
  32. },
  33. "main": "./lib/validate.js",
  34. "devDependencies": {
  35. "vows": "*"
  36. },
  37. "scripts": {
  38. "test": "echo TESTS DISABLED vows --spec test/*.js"
  39. },
  40. "__npminstall_done": "Thu Dec 24 2020 20:20:43 GMT+0800 (CST)",
  41. "_from": "json-schema@0.2.3",
  42. "_resolved": "https://registry.npm.taobao.org/json-schema/download/json-schema-0.2.3.tgz"
  43. }