UNPKG

crispy-string

Version:

Tool to create random string with a specific baseN charset.

34 lines (33 loc) 710 B
{ "name": "crispy-string", "description": "Tool to create random string with a specific baseN charset.", "version": "0.0.3", "keywords": [ "string", "base16", "base32", "base64", "base10", "random", "id", "unique" ], "scripts": { "test": "tape ./test/test.js" }, "homepage": "https://github.com/codingpains/crispy-string", "repository": { "type": "git", "url": "git://github.com/codingpains/crispy-string.git" }, "license": "MIT", "author": { "name": "Gustavo Ortiz", "email": "gustavo.ortiz.monroy@gmail.com", "url": "http://medium.com/@codingpains" }, "main": "./index.js", "devDependencies": { "tape": "^4.2.0" } }