password-maker
Version:
Generate a password randomly
33 lines (32 loc) • 715 B
JSON
{
"name": "password-maker",
"version": "1.1.4",
"description": "Generate a password randomly",
"main": "lib/index.js",
"scripts": {
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/xsellier/password-maker.git"
},
"keywords": [
"password",
"pwd",
"generate",
"generator",
"random",
"ran",
"optimize"
],
"author": "Xavier Sellier <xsellier@gmail.com> (https://gitlab.com/xsellier)",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/xsellier/password-maker/issues"
},
"homepage": "https://gitlab.com/xsellier/password-maker",
"devDependencies": {
"chai": "~1.9.2",
"mocha": "~1.21.4"
}
}