{ "name": "shufflejs", "version": "4.2.0", "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", "jsnext:main": "src/shuffle.js", "scripts": { "compile": "gulp scripts", "css": "gulp css", "gulp": "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" ], "dependencies": { "array-parallel": "^0.1.3", "array-uniq": "^1.0.2", "custom-event-polyfill": "^0.3.0", "matches-selector": "^1.0.0", "throttleit": "^1.0.0", "xtend": "^4.0.1" }, "devDependencies": { "@odopod/eslint-config": "^1.0.0", "autoprefixer": "^7.0.1", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-es2015": "^6.24.1", "chai": "^3.5.0", "chai-dom": "^1.4.0", "es6-promise": "^4.0.5", "eslint": "^3.19.0", "gulp": "gulpjs/gulp.git#4.0", "gulp-mocha-phantomjs": "^0.12.0", "gulp-postcss": "^7.0.0", "gulp-sass": "^3.1.0", "gulp-shell": "^0.6.1", "gulp-util": "^3.0.7", "mocha": "^3.0.0", "rollup": "^0.41.6", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-uglify": "^1.0.1", "sinon": "^2.1.0" } }