{ "name": "shufflejs", "version": "4.0.0", "description": "Categorize, sort, and filter a responsive grid of items", "keywords": [ "jquery-plugin", "gallery", "shuffle", "layout", "masonry", "filter", "sort", "responsive", "grid", "mobile", "tiles" ], "main": "dist/shuffle.js", "scripts": { "test": "jest" }, "jest": { "verbose": true, "scriptPreprocessor": "/test/preprocessor.js", "testDirectoryName": "test", "testPathDirs": [ "/test" ], "testPathIgnorePatterns": [ "/node_modules/", "preprocessor.js" ], "testRunner": "/node_modules/jest-cli/src/testRunners/jasmine/jasmine2.js" }, "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", "xtend": "^4.0.1" }, "devDependencies": { "autoprefixer": "^6.3.4", "babel-core": "^6.5.2", "babel-jest": "^6.0.1", "babel-loader": "^6.2.2", "babel-preset-es2015": "^6.5.0", "babel-register": "^6.5.2", "gulp": "gulpjs/gulp.git#4.0", "gulp-postcss": "^6.1.0", "gulp-sass": "^2.2.0", "gulp-shell": "^0.5.2", "gulp-util": "^3.0.7", "jest-cli": "^0.8.2", "jest-webpack-alias": "^2.2.0", "webpack": "^1.12.13" } }