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.

24 lines
579 B

  1. {
  2. "name": "detect-node",
  3. "version": "2.0.5",
  4. "description": "Detect Node.JS (as opposite to browser environment) (reliable)",
  5. "main": "index.js",
  6. "browser": "browser.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/iliakan/detect-node"
  13. },
  14. "keywords": [
  15. "detect",
  16. "node"
  17. ],
  18. "author": "Ilya Kantor",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/iliakan/detect-node/issues"
  22. },
  23. "homepage": "https://github.com/iliakan/detect-node"
  24. }