random-password
Version:
Generate random password.
29 lines (28 loc) • 636 B
JSON
{
"name": "random-password",
"version": "0.1.2",
"description": "Generate random password.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/someus/random-password.git"
},
"keywords": [
"password",
"generator",
"random"
],
"author": "Letian (http://www.letiantian.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/someus/random-password/issues"
},
"homepage": "https://github.com/someus/random-password#readme"
}