-
Notifications
You must be signed in to change notification settings - Fork 142
/
package.json
25 lines (25 loc) · 915 Bytes
/
package.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
{
"name": "jquery-fullscreen-plugin",
"title": "jQuery Fullscreen Plugin",
"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.",
"keywords": [
"fullscreen"
],
"version": "1.1.5",
"author": {
"name": "Klaus Reimer",
"email": "k@ailis.de"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/code-lts/jquery-fullscreen-plugin/blob/master/LICENSE.txt"
}
],
"bugs": "https://github.com/code-lts/jquery-fullscreen-plugin/issues",
"homepage": "https://github.com/code-lts/jquery-fullscreen-plugin",
"docs": "https://github.com/code-lts/jquery-fullscreen-plugin",
"dependencies": {
"jquery": ">=1.5"
}
}