forked from mfranzke/loading-attribute-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.1 KB
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "loading-attribute-polyfill",
"version": "1.1.0",
"description": "A minimal and dependency-free vanilla JavaScript polyfill for the awesome loading='lazy'-attribute.",
"main": "loading-attribute-polyfill.min.js",
"repository": {
"type": "git",
"url": "git://github.com/mfranzke/loading-attribute-polyfill.git"
},
"author": "Maximilian Franzke",
"license": "MIT",
"readmeFilename": "README.md",
"keywords": [
"lazy loading",
"img",
"iframe",
"polyfill",
"web development",
"javascript",
"html"
],
"bugs": {
"url": "https://github.com/mfranzke/loading-attribute-polyfill/issues"
},
"homepage": "https://github.com/mfranzke/loading-attribute-polyfill",
"devDependencies": {
"@wdio/cli": "^5.8.5",
"@wdio/dot-reporter": "^5.7.8",
"@wdio/local-runner": "^5.8.6",
"@wdio/mocha-framework": "^5.8.1",
"@wdio/sync": "^5.8.6",
"prettier": "1.17.0",
"webdriverio": "^5.8.5",
"xo": "^0.24.0"
},
"scripts": {
"test": "xo"
},
"xo": {
"envs": [
"browser"
],
"prettier": true,
"esnext": false
}
}