Initialize as an npm project.

This commit is contained in:
Gitea 2019-02-19 22:06:08 -05:00
parent d0fa0a3cbe
commit c652fdc74f

View File

@ -5,9 +5,9 @@
# License: GNU GENERAL PUBLIC LICENSE
# Description: Generates random phrases appropriate for memorable but secure passwords.
SPACE='' # default to no spaces between words
COUNT=1 # default to one group of passphrases
WORDS=3 # default to three-word phrases
SPACE='' # default to no spaces between words
COUNT=1 # default to one group of passphrases
WORDS=3 # default to three-word phrases
DICT='/usr/share/dict/words' # standard location of the words file
# DICT='/home/nicholas/passphrase/testdict' # a test dictionary