Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Updating to bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Shekhar Sharma committed Jun 5, 2015
1 parent 9a2f61a commit 5004125
Show file tree
Hide file tree
Showing 378 changed files with 60,518 additions and 489 deletions.
4 changes: 3 additions & 1 deletion InvertImages.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

.invert-it {
-webkit-filter:invert(1);
-ms-filter:invert(1);
-o-filter:invert(1);
filter:invert(1);
}


.thumbnail svg {
margin-left:auto;
margin-right:auto;
Expand Down
4 changes: 0 additions & 4 deletions Modernizr.js

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ Call the `invertImages()` function inside DOM ready to the target image(s).
});
});

###Change Log
- Version 1.0.0 - First authord.
- Version 1.0.2 - Updating with Bower/NPM updates, configured grunt.
36 changes: 36 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "InvertImages",
"version": "1.0.2",
"homepage": "https://github.com/shekhardesigner/InvertImages",
"authors": [
"Shekhar Sharma <itsmes.sh@gmail.com>"
],
"description": "Invert White Images to Black using SVG, targeted for IE 10 as CSS3 Filters replacement",
"main": "jquery.invertImages.js",
"moduleType": [
"globals"
],
"keywords": [
"jquery",
"plugins",
"svg",
"css3",
"invert",
"images",
"black",
"white"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.4",
"jquery": "~2.1.4",
"modernizr": "~2.8.3"
}
}
49 changes: 49 additions & 0 deletions bower_components/bootstrap/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "3.3.4",
"keywords": [
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "http://getbootstrap.com",
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2"
],
"ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
],
"dependencies": {
"jquery": ">= 1.9.1"
},
"_release": "3.3.4",
"_resolution": {
"type": "version",
"tag": "v3.3.4",
"commit": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f"
},
"_source": "git://github.com/twbs/bootstrap.git",
"_target": "~3.3.4",
"_originalSource": "bootstrap",
"_direct": true
}
Loading

0 comments on commit 5004125

Please sign in to comment.