{
  "name": "shuffle-matrix",
  "version": "1.1.1",
  "description": "Fisher-Yates for shuffle array and matrix",
  "main": "shuffle.js",
  "scripts": {},
  "keywords": [
    "Fisher-Yates",
    "Shuffle",
    "Array",
    "Matrix"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ChengXu1973/shuffle-matrix.git"
  },
  "author": {
    "name": "chengxu1973",
    "email": "chengxu1973@outlook.com"
  },
  "license": "MIT",
  "dependencies": {
    "clone": "^2.1.1"
  }
}
