{
	"name": "make-random",
	"version": "1.3.0",
	"description": "Make a random value, powered by Crypto",
	"main": "index.js",
	"scripts": {
		"test": "mocha --recursive"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/karnthis/make-random"
	},
	"keywords": [
		"number",
		"numbers",
		"string",
		"strings",
		"words",
		"UUID",
		"GUID",
		"random",
		"generate",
		"generator",
		"crypto",
		"CSPRNG"
	],
	"author": "Erin Rivas <me@erinrivas.com>",
	"homepage": "https://github.com/karnthis/make-random#readme",
	"bugs": "https://github.com/karnthis/make-random/issues",
	"license": "MIT",
	"devDependencies": {
		"chai": "^4.2.0",
		"chai-uuid": "^1.0.6",
		"mocha": "^9.1.2"
	}
}
