{ "name": "array-shuffle", "version": "1.0.1", "description": "Randomize the order of items in an array", "license": "MIT", "repository": "sindresorhus/array-shuffle", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "array", "arr", "list", "shuffle", "sort", "random", "rand", "fisher", "yates" ], "devDependencies": { "ava": "*", "xo": "*" } }