{
  "name": "ansuz",
  "version": "0.0.18",
  "description": "higher order functions for function composition, laziness, backtracking, set theoretic operations, and other magic",
  "main": "ansuz.js",
  "scripts": {
    "test": "node ./test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ansuz/ansuzjs.git"
  },
  "keywords": [
    "backtrack"
    ,"lazy"
    ,"curry"
    ,"ansuz"
    ,"generator"
    ,"functional"
    ,"meta"
    ,"data"
  ],
  "author": "ansuz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ansuz/ansuzjs/issues"
  },
  "homepage": "https://github.com/ansuz/ansuzjs",
  "dependencies": {
  }
}
