mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
This is the first step - pulling the ReactDOMFrameScheduling module out into a separate package. Co-authored-by: Brandon Dail <aweary@users.noreply.github.com>
24 lines
481 B
JSON
24 lines
481 B
JSON
{
|
|
"name": "react-scheduler",
|
|
"version": "0.1.0-alpha-1",
|
|
"private": true,
|
|
"description": "unstable scheduling helper for coordinating React and other JS libraries",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://reactjs.org/",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/",
|
|
"umd/"
|
|
]
|
|
}
|