simple-random
Version:
A simple flexible javascript library that creates random alpha-numeric strings. Works in both NodeJS and the browser.
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "simple-random",
"version": "1.0.3",
"description": "A simple flexible javascript library that creates random alpha-numeric strings. Works in both NodeJS and the browser.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"posttest": "./node_modules/.bin/istanbul check-coverage && rm -rf coverage"
},
"repository": {
"type": "git",
"url": "git@github.com:dortzur/simple-random.git"
},
"keywords": [
"random",
"alpha-numeric",
"temporary",
"temp",
"tempfile",
"simple",
"secure",
"security",
"password"
],
"author": "Dor Tzur",
"license": "MIT",
"bugs": {
"url": "https://github.com/dortzur/simple-random/issues"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/dortzur/simple-random",
"devDependencies": {
"browserify": "^10.2.1",
"chai": "^1.10.0",
"chai-string": "^1.1.0",
"istanbul": "^0.3.5",
"mocha": "^2.0.1",
"sinon": "^1.12.1"
},
"dependencies": {}
}