UNPKG

499 BJSONView Raw
1{
2 "name": "schedule",
3 "version": "0.3.0",
4 "description": "Cooperative scheduler for the browser environment.",
5 "main": "index.js",
6 "repository": "facebook/react",
7 "license": "MIT",
8 "keywords": [
9 "react"
10 ],
11 "bugs": {
12 "url": "https://github.com/facebook/react/issues"
13 },
14 "homepage": "https://reactjs.org/",
15 "dependencies": {
16 "object-assign": "^4.1.1"
17 },
18 "files": [
19 "LICENSE",
20 "README.md",
21 "index.js",
22 "tracking.js",
23 "cjs/",
24 "umd/"
25 ]
26}