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.

42 lines
915 B

  1. {
  2. "name": "duplexer",
  3. "version": "0.1.2",
  4. "description": "Creates a duplex stream",
  5. "keywords": [],
  6. "author": "Raynos <raynos2@gmail.com>",
  7. "repository": "git://github.com/Raynos/duplexer.git",
  8. "main": "index",
  9. "homepage": "https://github.com/Raynos/duplexer",
  10. "contributors": [
  11. {
  12. "name": "Jake Verbaten"
  13. }
  14. ],
  15. "bugs": {
  16. "url": "https://github.com/Raynos/duplexer/issues",
  17. "email": "raynos2@gmail.com"
  18. },
  19. "devDependencies": {
  20. "tape": "0.3.3",
  21. "through": "~0.1.4"
  22. },
  23. "license": "MIT",
  24. "scripts": {
  25. "test": "node test"
  26. },
  27. "testling": {
  28. "files": "test/index.js",
  29. "browsers": [
  30. "ie/8..latest",
  31. "firefox/16..latest",
  32. "firefox/nightly",
  33. "chrome/22..latest",
  34. "chrome/canary",
  35. "opera/12..latest",
  36. "opera/next",
  37. "safari/5.1..latest",
  38. "ipad/6.0..latest",
  39. "iphone/6.0..latest"
  40. ]
  41. }
  42. }