mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
34 lines
627 B
JSON
34 lines
627 B
JSON
{
|
|
"name": "scheduler",
|
|
"version": "0.11.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": {
|
|
"loose-envify": "^1.1.0",
|
|
"object-assign": "^4.1.1"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"tracing.js",
|
|
"tracing-profiling.js",
|
|
"cjs/",
|
|
"umd/"
|
|
],
|
|
"browserify": {
|
|
"transform": [
|
|
"loose-envify"
|
|
]
|
|
}
|
|
}
|