UNPKG

chunk-array

Version:

Turn an array into chunks of n-size

31 lines (30 loc) 803 B
{ "name": "chunk-array", "version": "1.0.2", "description": "Turn an array into chunks of n-size", "main": "index.js", "scripts": { "test": "mocha --reporter spec", "test-cov": "node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot", "test-travis": "node node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" }, "repository": { "type": "git", "url": "https://github.com/haio/chunk-array" }, "keywords": [ "chunk", "array", "size" ], "author": "haio", "license": "MIT", "bugs": { "url": "https://github.com/haio/chunk-array/issues" }, "homepage": "https://github.com/haio/chunk-array", "devDependencies": { "istanbul": "^0.3.5", "mocha": "^2.1.0" } }