forked from vodkabears/Remodal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e658a35
commit e2206a2
Showing
8 changed files
with
72 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2014 Ilya | ||
Copyright (c) 2014 Ilya Makarov <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "remodal", | ||
"version": "0.1.0", | ||
"homepage": "http://vodkabears.github.io/remodal/", | ||
"authors": [ | ||
"Zeno Rocha <[email protected]>" | ||
], | ||
"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" | ||
], | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"name": "remodal", | ||
"title": "Remodal", | ||
"description": "Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.", | ||
"keywords": [ | ||
"flat", | ||
"responsive", | ||
"modal", | ||
"popup", | ||
"window", | ||
"dialog", | ||
"popin", | ||
"lightbox", | ||
"ui" | ||
], | ||
"version": "0.1.0", | ||
"author": { | ||
"name": "Ilya Makarov", | ||
"email": "[email protected]", | ||
"url": "https://github.com/VodkaBears" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Ilya Makarov", | ||
"email": "[email protected]", | ||
"url": "https://github.com/VodkaBears" | ||
} | ||
], | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/VodkaBears/Remodal/blob/master/LICENSE" | ||
} | ||
], | ||
"bugs": "https://github.com/VodkaBears/Remodal/issues", | ||
"homepage": "http://vodkabears.github.io/remodal/", | ||
"docs": "https://github.com/VodkaBears/remodal#readme", | ||
"download": "https://github.com/VodkaBears/Remodal/archive/master.zip", | ||
"dependencies": { | ||
"jquery": ">=1.11.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters