You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
387 B
JSON

{
"name": "split-filter-n",
"description": "Like Array#filter, but lets you categorize an array into any amount of smaller arrays",
"version": "1.0.0",
"main": "index.js",
"repository": "git@git.cryto.net:joepie91/node-split-filter-n.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"keywords": ["array", "filter", "split", "multiple"]
}