Skip to content

Commit 8a5d5fc

Browse files
committed
Add jquery manifest
1 parent 770107a commit 8a5d5fc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

fullscreen.jquery.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "fullscreen",
3+
"title": "jQuery Fullscreen Plugin",
4+
"description": "This jQuery plugin provides a simple to use mechanism to control the new fullscreen mode of modern browsers. Currently only newer Webkit-based browsers (Like Chrome) and Firefox provide this new fullscreen feature.",
5+
"keywords": [
6+
"fullscreen"
7+
],
8+
"version": "1.1.3",
9+
"author": {
10+
"name": "Klaus Reimer",
11+
"email": "k@ailis.de"
12+
},
13+
"licenses": [
14+
{
15+
"type": "MIT",
16+
"url": "https://github.com/kayahr/jquery-fullscreen-plugin/blob/master/LICENSE.txt"
17+
}
18+
],
19+
"bugs": "https://github.com/kayahr/jquery-fullscreen-plugin/issues",
20+
"homepage": "https://github.com/kayahr/jquery-fullscreen-plugin",
21+
"docs": "https://github.com/kayahr/jquery-fullscreen-plugin",
22+
"dependencies": {
23+
"jquery": ">=1.5"
24+
}
25+
}

0 commit comments

Comments
 (0)