forked from voronianski/jquery.avgrund.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathavgrund.jquery.json
30 lines (30 loc) · 891 Bytes
/
avgrund.jquery.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
26
27
28
29
30
{
"name": "avgrund",
"version": "1.3.3",
"title": "Avgrund Popins",
"description": "Avgrund is a jquery plugin for modal boxes and popups. It uses new concept showing depth between popup and page. It works in all modern browsers and gracefully degrade in those that do not support CSS transitions and transformations",
"keywords": [
"popin",
"modal",
"popup",
"ui",
"lightbox"
],
"author": {
"name": "Dmitri Voronianski",
"email": "[email protected]",
"url": "http://pixelhunter.me"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/voronianski/jquery.avgrund.js/issues",
"docs": "https://github.com/voronianski/jquery.avgrund.js",
"homepage": "http://labs.voronianski.com/jquery.avgrund.js",
"dependencies": {
"jquery": ">=1.4"
}
}