{
  "name": "@rojo2/random",
  "version": "1.0.1",
  "description": "Pseudo-Random Number Generator functions",
  "main": "random.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^4.0.1"
  },
  "scripts": {
    "test": "mocha --require chai/register-expect",
    "test:watch": "mocha --require chai/register-expect --watch"
  },
  "author": "ROJO 2 <hola@rojo2.com> (http://rojo2.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rojo2/random.git"
  },
  "keywords": [
    "prng",
    "random",
    "pseudo-random",
    "generator"
  ],
  "bugs": {
    "url": "https://github.com/rojo2/random/issues"
  },
  "homepage": "https://github.com/rojo2/random#readme"
}
