forked from vodkabears/Remodal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 966 Bytes
/
bower.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "remodal",
"homepage": "http://vodkabears.github.io/remodal/",
"authors": [
"Ilya Makarov <[email protected]>"
],
"description": "Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with hash tracking.",
"main": [
"dist/remodal.js",
"dist/remodal.css",
"dist/remodal-default-theme.css"
],
"ignore": [
"**/.*",
"examples/",
"libs/",
"src/",
"test/",
"*.md",
"Gruntfile.js",
"package.json"
],
"keywords": [
"jquery",
"plugin",
"jquery-plugin",
"flat",
"responsive",
"modal",
"popup",
"window",
"dialog",
"popin",
"lightbox",
"ui",
"zepto",
"synchronized",
"animations"
],
"license": "MIT",
"dependencies": {
"jquery": "*"
},
"devDependencies": {
"qunit": "^1.19.0",
"jquery": "jquery#^1.11.3",
"jquery2": "jquery#^2.1.4",
"zepto": "^1.1.6"
}
}