mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
28 lines
527 B
JSON
28 lines
527 B
JSON
{
|
|
"name": "scheduler",
|
|
"version": "0.9.0",
|
|
"description": "Cooperative scheduler for the browser environment.",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://reactjs.org/",
|
|
"dependencies": {
|
|
"object-assign": "^4.1.1"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"tracing.js",
|
|
"tracing-profiling.js",
|
|
"cjs/",
|
|
"umd/"
|
|
]
|
|
}
|