{ "name": "fxa-common-password-list", "version": "0.0.4", "description": "Common password checker for Firefox Accounts", "main": "src/passwordcheck.js", "directories": { "test": "tests" }, "scripts": { "lint": "eslint .", "postversion": "sh scripts/postversion.sh", "setup": "npm install", "test": "mocha tests", "version": "sh scripts/version.sh" }, "repository": { "type": "git", "url": "https://github.com/mozilla/fxa-common-password-list" }, "keywords": [ "password" ], "author": "Mozilla", "license": "MPL-2.0", "bugs": { "url": "https://github.com/mozilla/fxa-common-password-list/issues" }, "homepage": "https://github.com/mozilla/fxa-common-password-list", "dependencies": { "incremental-encoder": "0.0.1" }, "devDependencies": { "chai": "^4.2.0", "conventional-changelog-cli": "^2.0.21", "eslint": "^5.16.0", "eslint-plugin-fxa": "1.0.0", "mocha": "^6.1.4" } }