to-grid
Version:
generate an array of elements split into groups in specified layout
29 lines (28 loc) • 579 B
JSON
{
"name": "to-grid",
"version": "1.0.3",
"description": "generate an array of elements split into groups in specified layout",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"test": "mocha --reporter spec"
},
"keywords": [
"to grid",
"N",
"Z",
"chunk"
],
"author": "n0ruSh",
"license": "ISC",
"repository": {
"type": "git",
"url": "git@github.com:n0ruSh/to-grid.git"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.2",
"typescript": "^3.4.2"
}
}