master
Sven Slootweg 5 years ago
parent fdba274354
commit b91d628c66

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

Loading…
Cancel
Save