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.

40 lines
801 B

  1. {
  2. "name": "scheduler",
  3. "version": "0.20.2",
  4. "description": "Cooperative scheduler for the browser environment.",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/facebook/react.git",
  9. "directory": "packages/scheduler"
  10. },
  11. "license": "MIT",
  12. "keywords": [
  13. "react"
  14. ],
  15. "bugs": {
  16. "url": "https://github.com/facebook/react/issues"
  17. },
  18. "homepage": "https://reactjs.org/",
  19. "dependencies": {
  20. "loose-envify": "^1.1.0",
  21. "object-assign": "^4.1.1"
  22. },
  23. "files": [
  24. "LICENSE",
  25. "README.md",
  26. "build-info.json",
  27. "index.js",
  28. "tracing.js",
  29. "tracing-profiling.js",
  30. "unstable_mock.js",
  31. "unstable_post_task.js",
  32. "cjs/",
  33. "umd/"
  34. ],
  35. "browserify": {
  36. "transform": [
  37. "loose-envify"
  38. ]
  39. }
  40. }