UNPKG

pass-xkcd

Version:

Generate a password with set of words

32 lines (31 loc) 653 B
{ "name": "pass-xkcd", "version": "1.0.4", "description": "Generate a password with set of words", "main": "index.js", "bin": "./index.js", "keywords": [ "pass-xkcd", "password generator", "passgen", "generator", "passgenerator" ], "author": "Atul Patare", "license": "UNLICENSED", "repository": { "type": "git", "url": "https://github.com/AP-Atul/pass-xkcd" }, "bugs": { "url": "https://github.com/AP-Atul/pass-xkcd/issues" }, "homepage": "https://github.com/AP-Atul/pass-xkcd", "scripts": { "test": "mocha" }, "devDependencies": { "chai": "^4.3.4", "mocha": "^9.1.2" } }