better-usernames
Version:
An advanced, fast, and customizable username framework for Node.
39 lines (38 loc) • 866 B
JSON
{
"name": "better-usernames",
"version": "1.5.2",
"description": "An advanced, fast, and customizable username framework for Node.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha tests/index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joeymalvinni/better-usernames.git"
},
"keywords": [
"username",
"generator",
"username-generator",
"random-usernames",
"usernames",
"advanced",
"usernames",
"better-usernames",
"cool-usernames",
"cool"
],
"author": "Joey Malvinni",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/joeymalvinni/better-usernames/issues"
},
"homepage": "https://github.com/joeymalvinni/better-usernames#readme",
"devDependencies": {
"chai": "*",
"mocha": "*"
}
}