-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.36 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
{
"name": "lazyhtml",
"version": "1.2.3",
"description": "LazyHTML is an OpenSource Javascript Library that Supports Lazy Loading of any elements without Modifying Code, LazyHTML can lazy load Ads, Videos, Images, Widgets, Javascript, CSS, Inline-Javascript, Inline-CSS & Any HTML.",
"main": "dist/lazyhtml.min.js",
"dependencies": {
"postscribe": "2.0.8"
},
"devDependencies": {
"grunt": "~1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-uglify": "~5.0.1",
"grunt-contrib-watch": "~1.1.0",
"rimraf": "^3.0.2"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "rimraf dist && grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Niresh12495/LazyHTML.git"
},
"keywords": [
"Lazy-Load",
"Asynchronous-Loading",
"Responsive",
"Lazy-Load-ads",
"Lazy-Load-javascript",
"Lazy-Load-js",
"Lazy-Load-stylesheets",
"Lazy-Load-css",
"Lazy-Load-widgets",
"Lazy-Load-html",
"Intersection-Observer",
"Lazy-Load-Adsense-Ads"
],
"author": "Niresh ([email protected])",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Niresh12495/LazyHTML/issues"
},
"homepage": "https://github.com/Niresh12495/LazyHTML#readme"
}