21 lines
421 B
JSON
21 lines
421 B
JSON
|
|
{
|
||
|
|
"name": "schedule",
|
||
|
|
"version": "0.5.0",
|
||
|
|
"description": "Cooperative scheduler for the browser environment.",
|
||
|
|
"main": "index.js",
|
||
|
|
"repository": "facebook/react",
|
||
|
|
"license": "MIT",
|
||
|
|
"homepage": "https://reactjs.org/",
|
||
|
|
"dependencies": {
|
||
|
|
"object-assign": "^4.1.1"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"LICENSE",
|
||
|
|
"README.md",
|
||
|
|
"index.js",
|
||
|
|
"tracing.js",
|
||
|
|
"tracing-profiling.js",
|
||
|
|
"cjs/",
|
||
|
|
"umd/"
|
||
|
|
]
|
||
|
|
}
|