{
  "name": "simple-combinatorics",
  "version": "1.0.2",
  "description": "A simple permutations and combinatorics library for JavaScript",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "permutations",
    "combinatorics",
    "choose",
    "permute"
  ],
  "author": "Ryan Bush",
  "license": "MIT"
}
