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.

19 lines
447 B

  1. {
  2. "name": "makeerror",
  3. "description": "A library to make errors.",
  4. "version": "1.0.11",
  5. "license": "BSD-3-Clause",
  6. "author": "Naitik Shah <n@daaku.org>",
  7. "main": "lib/makeerror",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/daaku/nodejs-makeerror"
  11. },
  12. "scripts": { "test": "NODE_PATH=./lib mocha --ui exports" },
  13. "dependencies": {
  14. "tmpl": "1.0.x"
  15. },
  16. "devDependencies": {
  17. "mocha": "0.12.x"
  18. }
  19. }