-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 968 Bytes
/
package.json
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
32
33
34
35
{
"name": "focus-options-polyfill",
"version": "1.6.0",
"description": "JavaScript polyfill for the WHATWG spec of focusOptions, that enables a set of options to be passed to the focus method.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "lite-server"
},
"repository": {
"type": "git",
"url": "https://github.com/calvellido/focus-options-polyfill.git"
},
"keywords": [
"javascript",
"polyfill",
"javascript-polyfill",
"focus",
"options",
"focusOptions",
"preventScroll",
"whatwg",
"whatwg-dom",
"js"
],
"author": "Juan Valencia Calvellido <[email protected]> (https://calvellido.es)",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvellido/focus-options-polyfill/issues"
},
"homepage": "https://github.com/calvellido/focus-options-polyfill#readme",
"devDependencies": {
"lite-server": "^2.5.4"
}
}