UNPKG

strict-password-generator

Version:
45 lines (44 loc) 1.17 kB
{ "name": "strict-password-generator", "version": "1.1.2", "description": "Generate a random password with strict requirements", "main": "dist/index.js", "scripts": { "test": "./node_modules/.bin/babel-node ./node_modules/.bin/_mocha --timeout 60000 -- ./test/* ", "precompile": "babel -d ./dist ./index.js && babel -d ./dist/src ./src", "prepublish": "npm run precompile" }, "repository": { "type": "git", "url": "git+https://github.com/badavis/strict-password-generator.git" }, "keywords": [ "password", "generator", "crypto", "strict", "requirements" ], "author": "Ben Davis <bjamin.davis@gmail.com> (https://github.com/badavis)", "license": "MIT", "bugs": { "url": "https://github.com/badavis/strict-password-generator/issues" }, "homepage": "https://github.com/badavis/strict-password-generator#readme", "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.11.4", "babel-preset-es2015": "^6.14.0", "chai": "^4.2.0", "mocha": "^5.2.0" }, "babel": { "presets": [ "es2015" ] }, "dependencies": { "debug": "^4.1.0", "lodash": "^4.15.0" } }