UNPKG

password-generator

Version:

Memorable password generator. For the command line, Node.js and the browser.

60 lines (59 loc) 1.3 kB
{ "name": "password-generator", "version": "2.3.2", "description": "Memorable password generator. For the command line, Node.js and the browser.", "author": "Bermi Ferrer <bermi@bermilabs.com>", "keywords": [ "password", "generator", "pass", "random", "browser", "crypto", "security" ], "bugs": { "web": "http://github.com/bermi/password-generator/issues" }, "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/mit-license.php" } ], "repository": { "type": "git", "url": "git://github.com/bermi/password-generator.git" }, "dependencies": {}, "devDependencies": { "expect.js": "^0.3.1", "grunt": "^1.1.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-jshint": "^2.1.0", "grunt-contrib-uglify": "^4.0.1", "grunt-contrib-watch": "^1.1.0", "mocha": "7.2.0" }, "scripts": { "test": "make test", "precommit": "grunt build && git add dist/*" }, "release-it": { "hooks": { "before:bump": "npm run precommit" } }, "files": [ "/lib", "/index.js", "/index.d.ts", "/bin/password-generator" ], "typings": "index.d.ts", "main": "index", "bin": "./bin/password-generator", "directories": { "lib": "./lib" } }