forked from voronianski/jquery.avgrund.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1004 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
26
27
28
29
30
31
32
{
"name": "jquery.avgrund",
"version": "1.2.0",
"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"
],
"main": "./jquery.avgrund.js",
"author": {
"name": "Dmitri Voronianski",
"email": "[email protected]",
"web": "http://pixelhunter.me",
"twitter": "voronianski"
},
"homepage": "http://labs.voronianski.com/jquery.avgrund.js",
"bugs": "https://github.com/voronianski/jquery.avgrund.js/issues",
"repository": {
"type": "git",
"url": "git://github.com/voronianski/jquery.avgrund.js.git"
},
"readmeFilename": "README.md",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jshint": "~0.6.4"
}
}