diff --git a/bower.json b/bower.json index 64c9802..e63817a 100644 --- a/bower.json +++ b/bower.json @@ -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 " ], - "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" ] -} +} \ No newline at end of file diff --git a/dist/cover.js b/dist/cover.js deleted file mode 100644 index ee81da0..0000000 --- a/dist/cover.js +++ /dev/null @@ -1,26 +0,0 @@ -!function(e){if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.Cover=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o", - "license": "MIT" + "private": true }