{
  "name": "node-ziggurat",
  "description": "An implementation of the Ziggurat algorithm for generating Normally-distributed numbers.",
  "version": "0.0.2",
  "license": "MIT",
  "author": {
    "name": "James Bloomer",
    "url": "https://github.com/jamesbloomer"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/jamesbloomer/node-ziggurat.git"
  },
  "keywords": [
    "gaussian",
    "ziggurat",
    "stats",
    "random"
  ],
  "engines": {
    "node": ">= 0.10.0"
  }
}
