package.json 761 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "json-schema",
  3. "version": "0.4.0",
  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. "files": [
  17. "lib"
  18. ],
  19. "license": "(AFL-2.1 OR BSD-3-Clause)",
  20. "repository": {
  21. "type": "git",
  22. "url": "http://github.com/kriszyp/json-schema"
  23. },
  24. "directories": {
  25. "lib": "./lib"
  26. },
  27. "main": "./lib/validate.js",
  28. "devDependencies": {
  29. "vows": "*"
  30. },
  31. "scripts": {
  32. "test": "vows --spec test/*.js"
  33. },
  34. "__npminstall_done": true,
  35. "_from": "json-schema@0.4.0",
  36. "_resolved": "https://registry.npmmirror.com/json-schema/-/json-schema-0.4.0.tgz"
  37. }