{ "name": "shufflejs", "version": "5.1.1", "description": "Categorize, sort, and filter a responsive grid of items", "keywords": [ "gallery", "shuffle", "layout", "masonry", "filter", "sort", "responsive", "grid", "mobile", "tiles" ], "main": "dist/shuffle.js", "module": "dist/shuffle.esm.js", "moduleSource": "src/shuffle.js", "types": "index.d.ts", "scripts": { "compile": "gulp scripts", "css": "gulp css", "gulp": "gulp", "build": "npm run gulp && npm run css", "serve": "gulp jekyll", "test": "eslint src && gulp test", "watch": "gulp watch" }, "repository": { "type": "git", "url": "git://github.com/Vestride/Shuffle.git" }, "author": "Glen Cheney ", "license": "MIT", "bugs": { "url": "https://github.com/Vestride/Shuffle/issues" }, "homepage": "https://github.com/Vestride/Shuffle", "files": [ "dist", "src", "index.d.ts" ], "dependencies": { "array-parallel": "^0.1.3", "matches-selector": "^1.0.0", "throttleit": "^1.0.0", "tiny-emitter": "^2.0.1" }, "devDependencies": { "@odopod/eslint-config": "^2.0.0", "autoprefixer": "^8.0.0", "babel-core": "^6.26.0", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-env": "^1.6.1", "chai": "^4.0.1", "chai-dom": "^1.7.0", "core-js": "^2.5.3", "cssnano": "^4.0.0-rc.2", "eslint": "^4.11.0", "gulp": "^4.0.0", "gulp-mocha-phantomjs": "^0.12.2", "gulp-postcss": "^7.0.1", "gulp-sass": "^3.1.0", "gulp-shell": "^0.6.5", "mocha": "^5.0.0", "rollup": "^0.57.1", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^8.3.0", "rollup-plugin-node-resolve": "^3.0.2", "rollup-plugin-uglify": "^3.0.0", "sinon": "^5.0.0" } }