nickgen
Version:
Cli for `nick-generator`
31 lines (30 loc) • 637 B
JSON
{
"name": "nickgen",
"version": "0.0.2",
"description": "Cli for `nick-generator`",
"main": "index.js",
"bin": {
"nickgen": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jamo/nickgen.git"
},
"keywords": [
"nick",
"generator",
"username"
],
"author": "Jarmo Isotalo <jarmo@isotalo.fi>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamo/nickgen/issues"
},
"homepage": "https://github.com/jamo/nickgen#readme",
"dependencies": {
"nick-generator": "1.0.0"
}
}