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.

20 lines
395 B

  1. {
  2. "name": "jsprim",
  3. "version": "1.4.1",
  4. "description": "utilities for primitive JavaScript types",
  5. "main": "./lib/jsprim.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/joyent/node-jsprim.git"
  9. },
  10. "dependencies": {
  11. "assert-plus": "1.0.0",
  12. "extsprintf": "1.3.0",
  13. "json-schema": "0.2.3",
  14. "verror": "1.10.0"
  15. },
  16. "engines": [
  17. "node >=0.6.0"
  18. ],
  19. "license": "MIT"
  20. }