UNPKG

random-codes

Version:

Configurable random codes generator

28 lines (27 loc) 596 B
{ "name": "random-codes", "version": "0.0.10", "description": "Configurable random codes generator", "main": "lib/random-codes.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/nabor/random-codes.git" }, "keywords": [ "random", "codes", "randomstring" ], "author": "Nabor Erices <nabor@erices.com>", "license": "MIT", "bugs": { "url": "https://github.com/nabor/random-codes/issues" }, "homepage": "https://github.com/nabor/random-codes", "dependencies": { "xtend": "^4.0.0" } }