UNPKG

randomkey

Version:

Lightweight node.js lib for generating random strings from a character set

34 lines (33 loc) 715 B
{ "name": "randomkey", "version": "1.0.0", "description": "Lightweight node.js lib for generating random strings from a character set", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/JedWatson/randomkey.git" }, "keywords": [ "util", "utils", "random", "number", "string", "key" ], "devDependencies": { "happiness": "^1.0.7", "mocha": ">=2.2", "must": ">=0.12" }, "author": "Jed Watson", "license": "MIT", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/JedWatson/randomkey/issues" }, "scripts": { "lint": "happiness", "test": "./node_modules/.bin/mocha ./tests -R spec" } }