combinations
Version:
find all combinations from array
25 lines (24 loc) • 482 B
JSON
{
"name": "combinations",
"version": "1.0.0",
"description": "find all combinations from array",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/jgallen23/combinations.git"
},
"keywords": [
"combination",
"combo",
"array"
],
"scripts": {
"test": "mocha --ui tdd"
},
"author": "Greg Allen <@greg_allen> (http://jga.me)",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"mocha": "*"
}
}