-
Notifications
You must be signed in to change notification settings - Fork 2
/
jquery.smartify.jquery.json
36 lines (36 loc) · 1.11 KB
/
jquery.smartify.jquery.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
{
"name": "jquery.smartify",
"title": "jQuery Smartify",
"description": "jQuery Smartify boosts web application load times and lazy loads images, calls Ajax, plays with css classes in/on demand, while element is/or being visible in device viewport.",
"version": "1.0.0",
"homepage": "http://www.vinay-sharma.com/jquery-plugins/jquery.smartify",
"author": {
"name": "VINAY KUMAR SHARMA",
"email": "vinaykrsharma@live.in",
"url": "http://www.vinay-sharma.com"
},
"repository": {
"type": "git",
"url": "git://github.com/vinaykrsharma/jquery.smartify"
},
"bugs": "https://github.com/vinaykrsharma/jquery.smartify/issues",
"docs": "http://www.vinay-sharma.com/jquery-plugins/jquery.smartify",
"demo": "http://www.vinay-sharma.com/jquery-plugins/jquery.smartify/demo.html",
"licenses": [
{
"type": "MIT",
"url": "http://www.vinay-sharma.com/jquery-plugins/jquery.smartify/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": "*"
},
"keywords": [
"smartify",
"jQuery Smartify",
"jquery-plugin",
"lazify",
"lazy load",
"smartweb"
]
}