1{
2  "name": "multichoose",
3  "version": "1.0.3",
4  "description": "generate multiset combinations using an efficient loopless algorithm",
5  "main": "index.js",
6  "scripts": {
7    "test": "node test.js | tap-spec"
8  },
9  "bin": {
10    "multichoose": "cli.js"
11  },
12  "repository": {
13    "type": "git",
14    "url": "git://github.com/ekg/multichoose.git"
15  },
16  "keywords": [
17    "multiset",
18    "combinations",
19    "multichoose",
20    "combinatorics",
21    "math"
22  ],
23  "author": "Erik Garrison",
24  "license": "MIT",
25  "readmeFilename": "README.md",
26  "gitHead": "0d5c4079a071cc15993f2c8d9e3081dff9a1ce0d",
27  "dependencies": {
28    "range": "0.0.2"
29  },
30  "devDependencies": {
31    "tap-spec": "^2.1.1",
32    "tape": "^3.0.3"
33  }
34}
35