-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 761 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 761 Bytes
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
{
"name": "requestidlecallback-polyfill",
"version": "1.0.2",
"description": "requestIdleCallback Polyfill",
"main": "index.js",
"types": "./types/requestidlecallback.d.ts",
"scripts": {
"test": "exit 0"
},
"keywords": [
"requestIdleCallback",
"request",
"idle",
"callback",
"defer"
],
"author": "Pedro Ladaria <pedro.ladaria@gmail.com>",
"license": "MIT AND Apache-2.0",
"devDependencies": {},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/pladaria/requestidlecallback-polyfill.git"
},
"bugs": {
"url": "https://github.com/pladaria/requestidlecallback-polyfill/issues"
},
"homepage": "https://github.com/pladaria/requestidlecallback-polyfill#readme"
}