combin
Version:
Create an array of string combinations
36 lines (35 loc) • 673 B
JSON
{
"name": "combin",
"description": "Create an array of string combinations",
"version": "0.1.0",
"homepage": "https://github.com/jamen/combin",
"author": "Jamen Marz (https://git.io/jamen)",
"repository": "jamen/combin",
"bugs": {
"url": "https://github.com/jamen/combin/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "node test"
},
"devDependencies": {
"tape": "^4.6.3",
"tape-benchmark": "^0.0.0"
},
"keywords": [
"combin",
"jamen",
"combination",
"combinations",
"k-combination",
"set",
"string"
]
}