forked from vodkabears/Remodal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 672 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 672 Bytes
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": "remodal",
"version": "0.2.0",
"homepage": "http://vodkabears.github.io/remodal/",
"authors": [
"Ilya Makarov <dfrost.00@gmail.com>"
],
"description": "Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.",
"main": [ "dist/jquery.remodal.js", "dist/jquery.remodal.min.js", "dist/jquery.remodal.css"],
"keywords": [
"jquery",
"plugin",
"flat",
"responsive",
"modal",
"popup",
"window",
"dialog",
"popin",
"lightbox",
"ui",
"zepto"
],
"license": "MIT"
}