-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "bttrlazyloading",
"version": "1.0.8",
"description": "BttrLazyLoading is a jQuery plugin that allows your web application to only load images within the viewport. It also multi serves responsive images for 4 differents screen sizes.",
"homepage": "http://bttrlazyloading.julienrenaux.fr",
"scripts": {
"install": "bower install"
},
"author": "Julien Renaux <[email protected]>",
"contributors": [{
"name": "Michael Thelin",
"email": "[email protected]"
}],
"license": "MIT",
"main": [
"dist/jquery.bttrlazyloading.min.js",
"dist/bttrlazyloading.min.css"
],
"keywords": [
"lazy-loading",
"responsive",
"multi-serving",
"image",
"images",
"jquery-plugin"
],
"devDependencies": {
"gulp": "^3.6.2",
"gulp-coffee": "^1.4.3",
"gulp-coffeelint": "^0.3.3",
"gulp-header": "^1.0.2",
"gulp-minify-css": "^0.3.4",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-uglify": "^0.3.0",
"gulp-util": "^2.2.14"
}
}