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.

29 lines
600 B

  1. {
  2. "name": "react-refresh",
  3. "description": "React is a JavaScript library for building user interfaces.",
  4. "keywords": [
  5. "react"
  6. ],
  7. "version": "0.8.3",
  8. "homepage": "https://reactjs.org/",
  9. "bugs": "https://github.com/facebook/react/issues",
  10. "license": "MIT",
  11. "files": [
  12. "LICENSE",
  13. "README.md",
  14. "babel.js",
  15. "runtime.js",
  16. "build-info.json",
  17. "cjs/",
  18. "umd/"
  19. ],
  20. "main": "index.js",
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/facebook/react.git",
  24. "directory": "packages/react"
  25. },
  26. "engines": {
  27. "node": ">=0.10.0"
  28. }
  29. }