aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nanoscheduler/package.json
blob: a77c5765a5312912f0aa2c6325b8a92b9b1ecfa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "nanoscheduler",
  "description": "Schedule work to be completed when the browser is idle.",
  "repository": "choojs/nanoscheduler",
  "version": "1.0.3",
  "scripts": {
    "start": "node .",
    "test": "standard"
  },
  "browser": {
    "assert": "nanoassert"
  },
  "dependencies": {
    "nanoassert": "^1.1.0"
  },
  "devDependencies": {
    "standard": "^10.0.3",
    "tape": "^4.8.0"
  },
  "keywords": [
    "schedule",
    "request",
    "idle",
    "callback",
    "requestidlecallback",
    "stack",
    "push",
    "singleton"
  ],
  "license": "Apache-2.0"
}