{
  "name": "xethya-random-bbs",
  "version": "0.0.3",
  "description": "An implementation of the Blum Blum Shub PRNG.",
  "repository": "xethya/xethya-random-bbs",
  "author": "Joel A. Villarreal Bertoldi",
  "license": "MIT",
  "keywords": [
    "random",
    "prng",
    "blum"
  ],
  "main": "dist/index.js",
  "jsnext:main": "dist/index.es6.js",
  "dependencies": {
    "babel-runtime": "^6.6.1"
  }
}