web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
811 B

  1. {
  2. "name": "json-schema",
  3. "version": "0.2.3",
  4. "author": "Kris Zyp",
  5. "description": "JSON Schema validation and specifications",
  6. "maintainers":[
  7. {"name": "Kris Zyp", "email": "kriszyp@gmail.com"}],
  8. "keywords": [
  9. "json",
  10. "schema"
  11. ],
  12. "licenses": [
  13. {
  14. "type": "AFLv2.1",
  15. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
  16. },
  17. {
  18. "type": "BSD",
  19. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
  20. }
  21. ],
  22. "repository": {
  23. "type":"git",
  24. "url":"http://github.com/kriszyp/json-schema"
  25. },
  26. "directories": { "lib": "./lib" },
  27. "main": "./lib/validate.js",
  28. "devDependencies": { "vows": "*" },
  29. "scripts": { "test": "echo TESTS DISABLED vows --spec test/*.js" }
  30. }