{
"name": "entropy-string",
"version": "4.3.1",
"description": "Efficiently generate cryptographically strong random strings of specified entropy from various character sets.",
"main": "entropy-string.js",
"directories": {
"dist": "dist",
"test": "test"
},
"browser": {
"./csprng-bytes.js": "./csprng-bytes-browser.js"
},
"scripts": {
"build": "yarn clean && BABEL_ENV=production babel --out-dir=dist *.js",
"clean": "rm -f dist/*.js",
"examples": "cd examples && BABEL_ENV=development babel --out-dir=dist *.js && cd ..",
"lint": "eslint *.js tests/*js examples/*js",
"prepare": "yarn build",
"test": "yarn lint && yarn jest"
},
"repository": {
"type": "git",
"url": "https://github.com/EntropyString/JavaScript.git"
},
"keywords": [
"entropy",
"random",
"string",
"secure",
"security"
],
"author": "Paul Rogers