-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.18 KB
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
{
"name": "jquery.smartify",
"version": "1.0.0",
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "git@github.com:vinaykrsharma/jquery.smartify.git"
},
"author": "Vinay Kumar Sharma <vinaykrsharma@live.in>",
"scripts": {
"test": "grunt qunit"
},
"dependencies": {},
"devDependencies": {
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt": "~0.4.5"
},
"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.",
"bugs": {
"url": "https://github.com/vinaykrsharma/jquery.smartify/issues"
},
"homepage": "http://www.vinay-sharma.com/jquery-plugins/jquery.smartify",
"main": "jquery.smartify.js",
"files": [
"jquery.smartify.js"
],
"keywords": [
"smartify",
"jQuery Smartify",
"jquery-plugin",
"lazify",
"lazy load",
"smartweb",
"ecosystem:jquery"
],
"license": "MIT"
}