-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
53 lines (53 loc) · 1.34 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
52
53
{
"name": "bj-lazy-load",
"version": "1.0.10",
"description": "Lazy image loading makes your site load faster and saves bandwidth.",
"scripts": {
"lint": "npm run lint:php && npm run lint:js",
"lint:php": "phpcbf ./src",
"lint:js": "./node_modules/.bin/eslint --fix src/js/**.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Angrycreative/bj-lazy-load.git"
},
"keywords": [
"images",
"iframes",
"lazy",
"loading",
"javascript",
"optimize",
"performance",
"bandwidth"
],
"author": "bjornjohansen, arontornberg, angrycreative",
"wordpress": {
"title": "BJ Lazy Load",
"translation": {
"domain": "bj-lazy-load"
},
"plugin_uri": "https://wordpress.org/plugins/bj-lazy-load/",
"wordpress_versions": {
"minimum_supported": "3.5",
"latest_tested": "5.2.1"
}
},
"license": "GPL-2.0-only",
"bugs": {
"url": "https://wordpress.org/support/plugin/bj-lazy-load/"
},
"homepage": "https://github.com/Angrycreative/bj-lazy-load#readme",
"devDependencies": {
"del": "^4.1.1",
"eslint": "^5.16.0",
"eslint-config-wordpress": "^2.0.0",
"flat": "^4.1.0",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.3.5",
"gulp-zip": "^5.0.0"
}
}