shufflejs
Version:
Categorize, sort, and filter a responsive grid of items
48 lines • 1.07 kB
JSON
{
"name": "shufflejs",
"version": "7.0.0",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [
"gallery",
"shuffle",
"layout",
"masonry",
"filter",
"sort",
"responsive",
"grid",
"mobile",
"tiles"
],
"type": "module",
"exports": {
".": {
"types": "./dist/shuffle.d.mts",
"default": "./dist/shuffle.mjs"
},
"./package.json": "./package.json"
},
"types": "./dist/shuffle.d.mts",
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"build": "tsdown",
"test": "vitest run",
"test:watch": "vitest --watch",
"lint": "oxlint --type-aware",
"type-check": "oxlint --type-aware --type-check",
"watch": "tsdown --watch"
},
"repository": {
"type": "git",
"url": "git://github.com/glen-cheney/Shuffle.git"
},
"author": "Glen Cheney <cheney.glen@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/glen-cheney/Shuffle/issues"
},
"homepage": "https://github.com/glen-cheney/Shuffle"
}