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
55 lines (55 loc) · 1.4 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.4 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
47
48
49
50
51
52
53
54
55
{
"name": "loading-attribute-polyfill",
"version": "1.5.4",
"description": "Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / 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",
"native lazy loading",
"img",
"image",
"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": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@wdio/cli": "^6.1.12",
"@wdio/dot-reporter": "^6.1.9",
"@wdio/local-runner": "^6.1.12",
"@wdio/mocha-framework": "^6.1.8",
"@wdio/sync": "^6.1.8",
"husky": "^4.2.5",
"prettier": "2.0.5",
"pretty-quick": "^2.0.1",
"webdriverio": "^6.1.12",
"xo": "^0.30.0"
},
"scripts": {
"test": "xo loading-attribute-polyfill.js"
},
"xo": {
"envs": [
"browser"
],
"prettier": true,
"esnext": false,
"rules": {
"unicorn/prefer-node-remove": "off"
}
}
}