forked from mfranzke/loading-attribute-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "loading-attribute-polyfill",
"version": "1.3.1",
"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.4",
"@commitlint/config-conventional": "^8.3.4",
"@wdio/cli": "^5.18.4 ",
"@wdio/dot-reporter": "^5.16.5",
"@wdio/local-runner": "^5.18.4",
"@wdio/mocha-framework": "^5.16.15 ",
"@wdio/sync": "^5.17.0",
"husky": "^3.1.0",
"prettier": "1.19.1",
"webdriverio": "^5.18.0",
"xo": "^0.25.3"
},
"scripts": {
"test": "xo loading-attribute-polyfill.js"
},
"xo": {
"envs": [
"browser"
],
"prettier": true,
"esnext": false
}
}