-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bower.json in preparation for release
- Loading branch information
1 parent
dd94732
commit 3e29666
Showing
3 changed files
with
26 additions
and
37 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,14 +1,33 @@ | ||
{ | ||
"name": "crossfade.jquery.js", | ||
"description": "Crossfade.js is a tiny (~3kb) jQuery plugin for crossfading images as you scroll down a page.", | ||
"name": "crossfade.js", | ||
"version": "0.1.0", | ||
"description": "Crossfade.js is a tiny (~3kb) jQuery plugin for crossfading images as you scroll down a page.", | ||
"homepage": "https://mikefowler.me/crossfade.js", | ||
"main": [ | ||
"dist/crossfade.jquery.js" | ||
], | ||
"authors": [ | ||
"Mike Fowler <[email protected]>" | ||
], | ||
"main": "dist/crossfade.jquery.js", | ||
"keywords": [ | ||
"canvas", | ||
"crossfade", | ||
"blur", | ||
"jquery", | ||
"jquery plugin" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/mikefowler/crossfade.js.git" | ||
}, | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules" | ||
"node_modules", | ||
"demo", | ||
"src", | ||
"gulpfile.js", | ||
"index.html", | ||
"package.json" | ||
] | ||
} | ||
} |
This file was deleted.
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"name": "crossfade.jquery.js", | ||
"version": "0.1.0", | ||
"description": "Crossfade.js is a tiny (~3kb) jQuery plugin for crossfading images as you scroll down a page.", | ||
"name": "crossfade.js", | ||
"dependencies": { | ||
"gulp": "~3.6.2" | ||
}, | ||
|
@@ -11,7 +9,5 @@ | |
"gulp-uglify": "~0.3.0", | ||
"gulp-size": "~0.3.1" | ||
}, | ||
"private": true, | ||
"author": "Mike Fowler <[email protected]>", | ||
"license": "MIT" | ||
"private": true | ||
} |