Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Feb 15, 2014
1 parent e658a35 commit e2206a2
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
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
Expand Down
24 changes: 24 additions & 0 deletions bower.json
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"
}
2 changes: 1 addition & 1 deletion dist/jquery.remodal.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Remodal - v0.9 - 2014-02-15
/*! Remodal - v0.1.0 - 2014-02-15
* https://github.com/VodkaBears/remodal
* Copyright (c) 2014 VodkaBears; */
/* Fonts */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.remodal.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Remodal - v0.9 - 2014-02-15
/*! Remodal - v0.1.0 - 2014-02-15
* https://github.com/VodkaBears/remodal
* Copyright (c) 2014 VodkaBears; */
;
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.remodal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions remodal.jquery.json
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"
}
}
2 changes: 1 addition & 1 deletion src/jquery.remodal.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Remodal - v0.9 - 2014-02-15
/*! Remodal - v0.1.0 - 2014-02-15
* https://github.com/VodkaBears/remodal
* Copyright (c) 2014 VodkaBears; */
/* Fonts */
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.remodal.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Remodal - v0.9 - 2014-02-15
/*! Remodal - v0.1.0 - 2014-02-15
* https://github.com/VodkaBears/remodal
* Copyright (c) 2014 VodkaBears; */
;
Expand Down

0 comments on commit e2206a2

Please sign in to comment.