Add shuffle to bower `shufflejs`. Update read me.

pull/56/head
Glen Cheney 10 years ago
parent b786120e69
commit 454bfbf49b

@ -1,6 +1,10 @@
# [Shuffle](http://vestride.github.io/Shuffle)
Categorize, sort, and filter a responsive grid of items.
```bash
bower install shufflejs
```
## Docs and Demos
[All found here](http://vestride.github.io/Shuffle)

@ -0,0 +1,49 @@
{
"name": "Shuffle",
"version": "2.0.6",
"homepage": "https://github.com/Vestride/Shuffle",
"authors": [
"Glen Cheney <cheney.glen@gmail.com>"
],
"description": "Categorize, sort, and filter a responsive grid of items",
"main": "dist/jquery.shuffle.js",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"gallery",
"shuffle",
"layout",
"masonry",
"filter",
"sort",
"responsive",
"grid",
"mobile",
"tiles"
],
"license": "MIT",
"ignore": [
"**/.*",
"**/_*",
"css",
"img",
"js",
"node_modules",
"bower_components",
"Gruntfile.js",
"favicon.png",
"index.html",
"package.json",
"robots.txt",
"shuffle.jquery.json",
"todo.md"
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.9.0",
"modernizr": "^2.6.2"
}
}
Loading…
Cancel
Save