forked from tuupola/lazyload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "jquery-lazyload",
"version": "1.10.0",
"description": "Lazyload images with jQuery",
"keywords": [
"jquery-plugin",
"ecosystem:jquery"
],
"homepage": "http://www.appelsiini.net/projects/lazyload",
"bugs": {
"url": "https://github.com/tuupola/jquery_lazyload/issues"
},
"license": "MIT",
"author": "Mika Tuupola <[email protected]>",
"contributors": [
"Francisco Javier Arribas Fernández <[email protected]>",
"Ramón Majarón Solís <[email protected]>"
],
"files": [
"jquery.lazyload.min.js",
"jquery.scrollstop.js"
],
"main": "jquery.lazyload.js",
"repository": {
"type": "git",
"url": "[email protected]:qdqmedia/jquery_lazyload.git"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-watch": "~0.5.3"
},
"peerDependencies": {
"jquery": "^2.2.0"
},
"engines": {
"node": ">= 0.8.0"
}
}