rpg-b
Version:
Simple Random password generator
25 lines (24 loc) • 491 B
JSON
{
"name": "rpg-b",
"version": "1.0.0",
"description": "Simple Random password generator",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binu3/rpg-b.git"
},
"keywords": [
"Number",
"Symbol",
"Alphabet"
],
"author": "Binu S",
"license": "ISC",
"bugs": {
"url": "https://github.com/binu3/rpg-b/issues"
},
"homepage": "https://github.com/binu3/rpg-b#readme"
}