{ "name": "shufflejs", "version": "4.0.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", "scripts": { "compile": "gulp scripts", "css": "gulp css", "watch": "gulp watch", "serve": "gulp jekyll", "test": "gulp test" }, "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", "dependencies": { "array-uniq": "^1.0.2", "custom-event-polyfill": "^0.2.2", "matches-selector": "^1.0.0", "throttleit": "^1.0.0", "xtend": "^4.0.1" }, "devDependencies": { "autoprefixer": "^6.3.4", "babel-core": "^6.5.2", "babel-loader": "^6.2.2", "babel-preset-es2015": "^6.5.0", "babel-register": "^6.5.2", "chai": "^3.5.0", "chai-dom": "^1.4.0", "es6-promise": "^3.1.2", "gulp": "gulpjs/gulp.git#4.0", "gulp-mocha-phantomjs": "^0.11.0", "gulp-postcss": "^6.1.0", "gulp-sass": "^2.2.0", "gulp-shell": "^0.5.2", "gulp-util": "^3.0.7", "mocha": "^2.4.5", "sinon": "^1.17.3", "webpack": "^1.12.13" } }