You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vestride_Shuffle/bower.json

45 lines
761 B
JSON

{
"name": "shufflejs",
"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/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",
"gulp",
"gulpfile.js",
"favicon.png",
"index.html",
"robots.txt",
"test",
"tests",
"webpack.config.js",
"webpack.config.min.js"
]
}