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.

22 lines
406 B

  1. {
  2. "name": "verror",
  3. "version": "1.10.0",
  4. "description": "richer JavaScript errors",
  5. "main": "./lib/verror.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/davepacheco/node-verror.git"
  9. },
  10. "dependencies": {
  11. "assert-plus": "^1.0.0",
  12. "core-util-is": "1.0.2",
  13. "extsprintf": "^1.2.0"
  14. },
  15. "engines": [
  16. "node >=0.6.0"
  17. ],
  18. "scripts": {
  19. "test": "make test"
  20. },
  21. "license": "MIT"
  22. }