No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
31 líneas
664 B
31 líneas
664 B
{
|
|
"name": "weeapass",
|
|
"version": "0.9.0",
|
|
"description": "Weeaboo password generator",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hjri/Weeapass.git"
|
|
},
|
|
"keywords": [
|
|
"password",
|
|
"generator"
|
|
],
|
|
"author": "hj",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/hjri/Weeapass/issues"
|
|
},
|
|
"homepage": "https://github.com/hjri/Weeapass#readme",
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"chance": "^1.0.1",
|
|
"commander": "^2.9.0",
|
|
"lodash": "^4.6.1",
|
|
"weighted": "^0.3.0",
|
|
"weighted-random": "^0.1.0"
|
|
}
|
|
}
|
|
|