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
542 B

  1. {
  2. "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)",
  3. "name": "tunnel-agent",
  4. "license": "Apache-2.0",
  5. "description": "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.",
  6. "version": "0.6.0",
  7. "repository": {
  8. "url": "https://github.com/mikeal/tunnel-agent"
  9. },
  10. "main": "index.js",
  11. "files": [
  12. "index.js"
  13. ],
  14. "dependencies": {
  15. "safe-buffer": "^5.0.1"
  16. },
  17. "devDependencies": {},
  18. "optionalDependencies": {},
  19. "engines": {
  20. "node": "*"
  21. }
  22. }