Skip to content

Commit 5545808

Browse files
committed
added package manifest
1 parent d71ae5f commit 5545808

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

prefetch.jquery.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "prefetch",
3+
"title": "jQuery Prefetch",
4+
"description": "A jQuery plugin to make it easier to prefetch page assets for priming the browser cache. Speeds up the page load times of subsequent page requests.",
5+
"keywords": [
6+
"prefetch",
7+
"performance",
8+
"web performance",
9+
"page load",
10+
"speed",
11+
"fast pages",
12+
"cache priming"
13+
],
14+
"version": "1.0.2",
15+
"author": {
16+
"name": "WebMocha Espresso Team",
17+
"url": "http://webmocha.com"
18+
},
19+
"maintainers": [
20+
{
21+
"name": "Jay Hung",
22+
"email": "jay@jayhung.com",
23+
"url": "http://jayhung.com"
24+
},
25+
{
26+
"name": "WebMocha",
27+
"email": "info@webmocha.com",
28+
"url": "http://webmocha.com"
29+
}
30+
],
31+
"licenses": [
32+
{
33+
"type": "MIT",
34+
"url": "http://www.opensource.org/licenses/MIT"
35+
}
36+
],
37+
"bugs": "https://github.com/jayhung/prefetch/issues",
38+
"homepage": "https://github.com/jayhung/prefetch",
39+
"docs": "https://github.com/jayhung/prefetch",
40+
"demo": "http://jayhung.github.com/prefetch/",
41+
"download": "https://github.com/jayhung/prefetch",
42+
"dependencies": {
43+
"jquery": ">=1.7"
44+
}
45+
}

0 commit comments

Comments
 (0)