Skip to content

Commit

Permalink
Restructure files + add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sirxemic committed Jun 15, 2016
1 parent 695cf61 commit 751799b
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 2 deletions.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion index.html → demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2>A simple WebGL-based ripple effect.</h2>
<div class="error"></div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="js/jquery.ripples.js"></script>
<script src="../jquery.ripples.js"></script>
<script>
$(document).ready(function() {
try {
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.ripples.js → jquery.ripples.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* jQuery Ripples plugin v0.4.0 / http://github.com/sirxemic/jquery.ripples
* jQuery Ripples plugin v0.4.1 / http://github.com/sirxemic/jquery.ripples
* MIT License
* @author sirxemic / http://sirxemic.com/
*/
Expand Down
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "jquery.ripples",
"version": "0.4.1",
"description": "Add a water ripple effect to your background using WebGL.",
"keywords": [
"jquery",
"jquery-plugin",
"water",
"ripples",
"WebGL",
"background",
"effect"
],
"homepage": "https://sirxemic.github.io/jquery.ripples/",
"license": "MIT",
"author": {
"name": "Pim Schreurs",
"url": "http://sirxemic.com/",
"email": "[email protected]"
},
"main": "jquery.ripples.js",
"repository": {
"type": "git",
"url": "https://github.com/sirxemic/jquery.ripples.git"
},
"dependencies": {
"jquery": ">=1.7.0"
}
}

0 comments on commit 751799b

Please sign in to comment.