UNPKG

seeded-random

Version:
34 lines (33 loc) 619 B
{ "name": "seeded-random", "version": "1.0.1", "description": "CLI and code pseudo random number generator", "repository": { "type": "git", "url": "https://github.com/logiclogue/seeded-random-node.git" }, "keywords": [ "pseudo", "random", "number", "seed", "generator", "CLI" ], "main": "index.js", "scripts": { "test": "make test" }, "author": "Jordan Lord", "license": "GPL-3.0", "devDependencies": { "mocha": "^2.4.5" }, "dependencies": { "commander": "^2.9.0", "crypto-js": "^3.1.6" }, "bin": { "seeded-random": "index.js" } }