UNPKG

array-chunker

Version:

Evenly distributes array values into an array of n new arrays.

34 lines (33 loc) 714 B
{ "name": "array-chunker", "license": "ISC", "version": "0.3.1", "description": "Evenly distributes array values into an array of n new arrays.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/jecoopr/array-chunker.git" }, "keywords": [ "array", "chunk", "group", "split", "divide", "evenly", "distributed" ], "author": "Jeff Cooper (jecoopr)", "bugs": { "url": "https://github.com/jecoopr/array-chunker/issues" }, "homepage": "https://github.com/jecoopr/array-chunker#readme", "dependencies": {}, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0" } }