-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 756 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 756 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
{
"name": "headingoffset-polyfill",
"version": "0.0.0-development",
"description": "Polyfill for the 'headingoffset' attribute.",
"main": "headingoffset-polyfill.js",
"module": "headingoffset-polyfill.js",
"type": "module",
"scripts": {
"test": "web-test-runner"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smockle/headingoffset-polyfill.git"
},
"author": "Clay Miller <clay@smockle.com> (https://www.smockle.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/smockle/headingoffset-polyfill/issues"
},
"homepage": "https://github.com/smockle/headingoffset-polyfill#readme",
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@web/test-runner": "^0.20.0"
}
}