-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 918 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "jquery.preload",
"version": "1.1.1",
"description": "Multi-functional image preloader plugin for jQuery",
"main": "jquery.preload.js",
"license": "MIT",
"ignore": ["**/.*","demo","tests","CHANGELOG","README.md","composer.json","bower.json"],
"dependencies": { "jquery": ">=1.8" },
"homepage": "https://github.com/flesler/jquery.preload/",
"docs": "https://github.com/flesler/jquery.preload/",
"demo": "http://demos.flesler.com/jquery/preload/",
"bugs": "https://github.com/flesler/jquery.preload/issues",
"download": "https://github.com/flesler/jquery.preload/releases",
"repository": "git://github.com/flesler/jquery.preload",
"keywords": ["preload", "preloader", "images", "photos",
"rollover", "high-res", "placeholder", "loading",
"jquery","jquery-plugin", "ecosystem:jquery"],
"author": {
"name": "Ariel Flesler",
"web": "https://github.com/flesler"
}
}