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.

17 lines
528 B

  1. {
  2. "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)",
  3. "name": "forever-agent",
  4. "description": "HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.",
  5. "version": "0.6.1",
  6. "license": "Apache-2.0",
  7. "repository": {
  8. "url": "https://github.com/mikeal/forever-agent"
  9. },
  10. "main": "index.js",
  11. "dependencies": {},
  12. "devDependencies": {},
  13. "optionalDependencies": {},
  14. "engines": {
  15. "node": "*"
  16. }
  17. }